-
Notifications
You must be signed in to change notification settings - Fork 607
Migrate backends/qualcomm to the new namespace #6025
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/6025
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 41bacd8 with merge base b6e6d06 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64073805 |
This pull request was exported from Phabricator. Differential Revision: D64073805 |
Summary: Pull Request resolved: pytorch#6025 Move the qualcomm backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Differential Revision: D64073805
223fea2
to
e536567
Compare
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.
LGTM. Thanks for helping with this.
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.
Stamp on behalf of QCOMM team
This pull request was exported from Phabricator. Differential Revision: D64073805 |
Summary: Pull Request resolved: pytorch#6025 Move the qualcomm backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D64073805
e536567
to
4eb8254
Compare
Summary: Pull Request resolved: pytorch#6025 Move the qualcomm backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D64073805
This pull request was exported from Phabricator. Differential Revision: D64073805 |
4eb8254
to
41bacd8
Compare
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.
I feel ok. @shewu-quic also feel ok then it's good to go from QC view!
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
This pull request has been merged in b8f66f9. |
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
Summary: Pull Request resolved: #6025 Move the qualcomm backend out of the `torch::` namespace, and update to avoid using the `torch::` or `exec_aten::` namespaces. Reviewed By: cccclai Differential Revision: D64073805 fbshipit-source-id: d0ab30f598a337367cebb1be3a1b6d94285da9f0 (cherry picked from commit b8f66f9)
Cherry picking #6025The cherry pick PR is at #6060 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 qualcomm backend out of the
torch::
namespace, and update to avoid using thetorch::
orexec_aten::
namespaces.Differential Revision: D64073805