-
Notifications
You must be signed in to change notification settings - Fork 25.4k
[torch] Add torch cpp cpu target for torch/csrc/api/src files #87327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/87327
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit af55630: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D40532087 |
bb5ff11
to
d77fe85
Compare
This pull request was exported from Phabricator. Differential Revision: D40532087 |
This pull request was exported from Phabricator. Differential Revision: D40532087 |
d77fe85
to
5d23ead
Compare
…h#87327) Summary: Pull Request resolved: pytorch#87327 Duplicating fbcode target `fbcode//caffe2:torch-cpp-cpu` target in xplat. In D40460749 our user wants to use `torch::kNearest` enum which is defined in `torch/csrc/api/src/enum.cpp`. Adding this target to support it. Test Plan: Rely on CI Reviewed By: mcr229 Differential Revision: D40532087 fbshipit-source-id: 15b8526b47ea0e5dee41a592877c1cd3d6ba8d7a
5d23ead
to
21bb9a6
Compare
This pull request was exported from Phabricator. Differential Revision: D40532087 |
…h#87327) Summary: Pull Request resolved: pytorch#87327 Duplicating fbcode target `fbcode//caffe2:torch-cpp-cpu` target in xplat. In D40460749 our user wants to use `torch::kNearest` enum which is defined in `torch/csrc/api/src/enum.cpp`. Adding this target to support it. Test Plan: Rely on CI Reviewed By: mcr229 Differential Revision: D40532087 fbshipit-source-id: 9da4bf5e7535a371d913026a9b91108dfd950c79
This pull request was exported from Phabricator. Differential Revision: D40532087 |
21bb9a6
to
af55630
Compare
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Hey @larryliu0820. |
…h#87327) Summary: Duplicating fbcode target `fbcode//caffe2:torch-cpp-cpu` target in xplat. In D40460749 our user wants to use `torch::kNearest` enum which is defined in `torch/csrc/api/src/enum.cpp`. Adding this target to support it. Test Plan: Rely on CI Differential Revision: D40532087 Pull Request resolved: pytorch#87327 Approved by: https://github.com/ezyang
…h#87327) Summary: Duplicating fbcode target `fbcode//caffe2:torch-cpp-cpu` target in xplat. In D40460749 our user wants to use `torch::kNearest` enum which is defined in `torch/csrc/api/src/enum.cpp`. Adding this target to support it. Test Plan: Rely on CI Differential Revision: D40532087 Pull Request resolved: pytorch#87327 Approved by: https://github.com/ezyang
Summary: Duplicating fbcode target
fbcode//caffe2:torch-cpp-cpu
target in xplat. In D40460749 our user wants to usetorch::kNearest
enum which is defined intorch/csrc/api/src/enum.cpp
. Adding this target to support it.Test Plan: Rely on CI
Differential Revision: D40532087