-
Notifications
You must be signed in to change notification settings - Fork 722
Migrate backends/apple/coreml to the new namespace #5943
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/5943
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f62dff9 with merge base cb3a546 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D63995558 |
|
@cymbalrush can you take a look? |
Summary: Move the Core ML backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Differential Revision: D63995558
5e41bf9 to
faf04ce
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63995558 |
cccclai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good if CI passes
cymbalrush
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
YifanShenSZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🙏
Summary: Move the Core ML backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D63995558
faf04ce to
eef28da
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63995558 |
Summary: Move the Core ML backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D63995558
eef28da to
0e8a335
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63995558 |
Summary: Move the Core ML backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D63995558
0e8a335 to
f62dff9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63995558 |
|
This pull request has been merged in 80afaf2. |
|
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Pull Request resolved: #5943 Move the Core ML backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D63995558 fbshipit-source-id: 0d027a5ea42a9e989e33eddaa7cce1c92fdd0b21 (cherry picked from commit 80afaf2)
Cherry picking #5943The cherry pick PR is at #6076 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: Move the Core ML backend out of the
torch::namespace, and update to avoid using thetorch::orexec_aten::namespaces.Differential Revision: D63995558