-
Notifications
You must be signed in to change notification settings - Fork 724
Move examples/mediatek out from under the torch namespace #5478
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/5478
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 85190a1 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. |
|
@neuropilot-captain could you help confirm it's still working? We don't have ci have mediatek backend yet and will need some manual verification |
be09cb7 to
85190a1
Compare
|
@dbort has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Looks good! Built successfully |
|
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: The code under examples/... is a proxy for user code, and users should never declare code under the `torch::` or `executorch::` namespaces. Move this code under the `example::` namespace to make it more clear that users should use their own namespaces when writing code like this. Pull Request resolved: #5478 Test Plan: - Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/mediatek/README.md Reviewed By: JacobSzwejbka, cccclai Differential Revision: D62992974 Pulled By: dbort fbshipit-source-id: b01f1b33d2853a0555ae19d79769a5bb6d0ba853 (cherry picked from commit 182f138)
Cherry picking #5478The cherry pick PR is at #5556 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 |
Move examples/mediatek out from under the torch namespace (#5478) Summary: The code under examples/... is a proxy for user code, and users should never declare code under the `torch::` or `executorch::` namespaces. Move this code under the `example::` namespace to make it more clear that users should use their own namespaces when writing code like this. Pull Request resolved: #5478 Test Plan: - Built using the instructions at https://github.com/pytorch/executorch/blob/main/examples/mediatek/README.md Reviewed By: JacobSzwejbka, cccclai Differential Revision: D62992974 Pulled By: dbort fbshipit-source-id: b01f1b33d2853a0555ae19d79769a5bb6d0ba853 (cherry picked from commit 182f138) Co-authored-by: Dave Bort <[email protected]>
The code under examples/... is a proxy for user code, and users should never declare code under the
torch::orexecutorch::namespaces.Move this code under the
example::namespace to make it more clear that users should use their own namespaces when writing code like this.Test Plan: