Skip to content

Conversation

suo
Copy link
Member

@suo suo commented Jun 7, 2019

Stack from ghstack:

Some preparatory movement to prepare for the CU ownership overhaul.
Changes are purely mechanical.

Differential Revision: D15741979

Some preparatory movement to prepare for the CU ownership overhaul.
Changes are purely mechanical.
@pytorchbot pytorchbot added caffe2 oncall: jit Add this issue/PR to JIT oncall triage queue module: autograd Related to torch.autograd, and the autograd engine in general module: build Build system issues module: internals Related to internal abstractions in c10 and ATen module: pybind Related to our Python bindings / interactions with other Python libraries labels Jun 7, 2019
@suo suo requested review from Krovatkin, bwasti and zdevito and removed request for zdevito June 7, 2019 21:25
Copy link
Contributor

@Krovatkin Krovatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

struct CAFFE2_API FunctionType : public Type {
static FunctionTypePtr create(
std::shared_ptr<torch::jit::script::Function> function) {
std::shared_ptr<torch::jit::Function> function) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flatenning namespaces?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, thought I might as well start now :)

mutable std::unique_ptr<FunctionSchema> schema_;
};
} // namespace jit
} // namespace torch No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: newline

check_single_output();
}
} // namespace jit
} // namespace torch No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: newline

suo added 3 commits June 10, 2019 11:51
[jit] Split out Function into its own file

Some preparatory movement to prepare for the CU ownership overhaul.
Changes are purely mechanical.

gh-metadata: pytorch pytorch 21539 gh/suo/57/head
[jit] Split out Function into its own file

Some preparatory movement to prepare for the CU ownership overhaul.
Changes are purely mechanical.

gh-metadata: pytorch pytorch 21539 gh/suo/57/head
[jit] Split out Function into its own file

Some preparatory movement to prepare for the CU ownership overhaul.
Changes are purely mechanical.

gh-metadata: pytorch pytorch 21539 gh/suo/57/head
@zou3519 zou3519 deleted the gh/suo/57/head branch June 10, 2019 23:40
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jun 11, 2019
Summary:
Pull Request resolved: pytorch/pytorch#21539
ghimport-source-id: f1e4396a0bec6e30d3179f926ec4da68807942f7

Differential Revision: D15741979

Pulled By: suo

fbshipit-source-id: 4cd0ed36bcbf8db0b36a101dda6f58975f806889
@suo suo mentioned this pull request Jun 11, 2019
@facebook-github-bot
Copy link
Contributor

@suo merged this pull request in cab3e72.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

caffe2 Merged module: autograd Related to torch.autograd, and the autograd engine in general module: build Build system issues module: internals Related to internal abstractions in c10 and ATen module: pybind Related to our Python bindings / interactions with other Python libraries oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants