-
Notifications
You must be signed in to change notification settings - Fork 684
Remove torch::
references from arm_executor_runner
#5506
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
Test Plan: Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/arm/README.md
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5506
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 790df03 with merge base af098c3 ( 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. |
@pytorchbot label ciflow/trunk |
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Example code should use the new `executorch::` namespace wherever possible. Pull Request resolved: #5506 Test Plan: Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/arm/README.md Reviewed By: Gasoonjia Differential Revision: D63075681 Pulled By: dbort fbshipit-source-id: 62d12ccf6c792056d9a2949d23c64c97c0cf6a51 (cherry picked from commit 01dcebd)
Cherry picking #5506The cherry pick PR is at #5521 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 |
Remove `torch::` references from arm_executor_runner (#5506) Summary: Example code should use the new `executorch::` namespace wherever possible. Pull Request resolved: #5506 Test Plan: Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/arm/README.md Reviewed By: Gasoonjia Differential Revision: D63075681 Pulled By: dbort fbshipit-source-id: 62d12ccf6c792056d9a2949d23c64c97c0cf6a51 (cherry picked from commit 01dcebd) Co-authored-by: Dave Bort <dbort@meta.com>
Example code should use the new
executorch::
namespace wherever possible.Test Plan:
Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/arm/README.md