-
Notifications
You must be signed in to change notification settings - Fork 607
Migrate backends/xnnpack to the new namespace #5865
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
Summary: Move the XNNPACK backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Also update utils.h to use a namespace that matches the rest of the code (`xnnpack::utils` instead of `qnnpack_utils`). Differential Revision: D63876576
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5865
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9b4e53a with merge base a4ee59a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63876576 |
This pull request has been merged in 34e7ad8. |
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Pull Request resolved: #5865 Move the XNNPACK backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Also update utils.h to use a namespace that matches the rest of the code (`xnnpack::utils` instead of `qnnpack_utils`). Reviewed By: mcr229 Differential Revision: D63876576 fbshipit-source-id: 42624fdaf35ee8c45c71e57bc9768613367ac44b (cherry picked from commit 34e7ad8)
Cherry picking #5865The cherry pick PR is at #5896 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 backends/xnnpack to the new namespace (#5865) Summary: Pull Request resolved: #5865 Move the XNNPACK backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Also update utils.h to use a namespace that matches the rest of the code (`xnnpack::utils` instead of `qnnpack_utils`). Reviewed By: mcr229 Differential Revision: D63876576 fbshipit-source-id: 42624fdaf35ee8c45c71e57bc9768613367ac44b (cherry picked from commit 34e7ad8) Co-authored-by: Dave Bort <[email protected]>
Summary:
Move the XNNPACK backend out of the
torch::
namespace, and update to avoid using thetorch::
orexec_aten::
namespaces.Also update utils.h to use a namespace that matches the rest of the code (
xnnpack::utils
instead ofqnnpack_utils
).Differential Revision: D63876576