-
Notifications
You must be signed in to change notification settings - Fork 722
Migrate backends/cadence away from deprecated namespaces #5905
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/pytorch/executorch/5905
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2056b5a with merge base b6e6d06 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D63924099 |
0267f78 to
30d6c9e
Compare
Summary: Stop using the `torch::` namespace where possible. For now, ops still live under `torch::executor::`. Reviewed By: Gasoonjia, zonglinpeng Differential Revision: D63924099
|
This pull request was exported from Phabricator. Differential Revision: D63924099 |
Summary: Stop using the `torch::` namespace where possible. For now, ops still live under `torch::executor::`. Reviewed By: Gasoonjia, zonglinpeng Differential Revision: D63924099
30d6c9e to
2056b5a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63924099 |
|
This pull request has been merged in 7bebf8e. |
|
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Pull Request resolved: #5905 Stop using the `torch::` namespace where possible. For now, ops still live under `torch::executor::`. Reviewed By: Gasoonjia, zonglinpeng Differential Revision: D63924099 fbshipit-source-id: e1132f889bfdeccb56e55a5bad6be937cce366e3 (cherry picked from commit 7bebf8e)
Cherry picking #5905The cherry pick PR is at #6057 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary:
Stop using the
torch::namespace where possible.For now, ops still live under
torch::executor::.Differential Revision: D63924099