-
Notifications
You must be signed in to change notification settings - Fork 712
Migrate examples/apple/... away from the torch:: namespace #5405
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/5405
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 44fe6f5 with merge base c252553 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@dbort has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Migrate examples/apple/... to use the new `executorch::` namespace. Pull Request resolved: #5405 Test Plan: Build the examples using the instructions at - https://github.com/pytorch/executorch/blob/main/examples/apple/coreml/README.md - https://github.com/pytorch/executorch/blob/main/examples/apple/mps/README.md Reviewed By: malfet, shoumikhin Differential Revision: D62793645 Pulled By: dbort fbshipit-source-id: b74b95b8ae87eeae40e57b195351c841c4a90885
|
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Migrate examples/apple/... to use the new `executorch::` namespace. Pull Request resolved: #5405 Test Plan: Build the examples using the instructions at - https://github.com/pytorch/executorch/blob/main/examples/apple/coreml/README.md - https://github.com/pytorch/executorch/blob/main/examples/apple/mps/README.md Reviewed By: malfet, shoumikhin Differential Revision: D62793645 Pulled By: dbort fbshipit-source-id: b74b95b8ae87eeae40e57b195351c841c4a90885 (cherry picked from commit 5c3be4a)
Cherry picking #5405The cherry pick PR is at #5486 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 |
Migrate examples/apple/... away from the torch:: namespace (#5405) Summary: Migrate examples/apple/... to use the new `executorch::` namespace. Pull Request resolved: #5405 Test Plan: Build the examples using the instructions at - https://github.com/pytorch/executorch/blob/main/examples/apple/coreml/README.md - https://github.com/pytorch/executorch/blob/main/examples/apple/mps/README.md Reviewed By: malfet, shoumikhin Differential Revision: D62793645 Pulled By: dbort fbshipit-source-id: b74b95b8ae87eeae40e57b195351c841c4a90885 (cherry picked from commit 5c3be4a) Co-authored-by: Dave Bort <dbort@meta.com>
Migrate examples/apple/... to use the new
executorch::namespace.Test Plan:
Build the examples using the instructions at