-
Notifications
You must be signed in to change notification settings - Fork 684
Add qnn backend to pip package #13733
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/13733
Note: Links to docs will display an error until the docs builds have been completed. ❌ 122 New Failures, 1 Unrelated FailureAs of commit 010c3b4 with merge base dcf8580 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D80992066 |
This PR needs a
|
862bbbb
to
8964cfd
Compare
Summary: When generating the wheel packages - download the qnn sdk such that we can build the qnn backend - remove the downloaded sdk files so it won't be part of wheel packages Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm) For users: ``` # This step will install qnn backend pip install executorch-0.8.0a0+e5f94da-cp310-cp310-linux_x86_64.whl # The qnn sdk will be downloaded when users first , if the QNN_SDK_ROOT is not set. This step will only run once from executorch.backend.qualcomm import any module ``` Rollback Plan: Differential Revision: D80992066
This pull request was exported from Phabricator. Differential Revision: D80992066 |
8964cfd
to
24aa6ec
Compare
Summary: When generating the wheel packages - download the qnn sdk such that we can build the qnn backend - remove the downloaded sdk files so it won't be part of wheel packages Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm) For users: ``` # This step will install qnn backend pip install executorch-0.8.0a0+e5f94da-cp310-cp310-linux_x86_64.whl # The qnn sdk will be downloaded when users first , if the QNN_SDK_ROOT is not set. This step will only run once from executorch.backend.qualcomm import any module ``` Rollback Plan: Differential Revision: D80992066
This pull request was exported from Phabricator. Differential Revision: D80992066 |
24aa6ec
to
47ad8ca
Compare
Summary: When generating the wheel packages - download the qnn sdk such that we can build the qnn backend - remove the downloaded sdk files so it won't be part of wheel packages Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm) For users: ``` # This step will install qnn backend pip install executorch-0.8.0a0+e5f94da-cp310-cp310-linux_x86_64.whl # The qnn sdk will be downloaded when users first , if the QNN_SDK_ROOT is not set. This step will only run once from executorch.backend.qualcomm import any module ``` Rollback Plan: Differential Revision: D80992066
This pull request was exported from Phabricator. Differential Revision: D80992066 |
Summary: When generating the wheel packages - download the qnn sdk such that we can build the qnn backend - remove the downloaded sdk files so it won't be part of wheel packages Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm) For users: ``` # This step will install qnn backend pip install executorch-0.8.0a0+e5f94da-cp310-cp310-linux_x86_64.whl # The qnn sdk will be downloaded when users first , if the QNN_SDK_ROOT is not set. This step will only run once from executorch.backend.qualcomm import any module ``` Rollback Plan: Differential Revision: D80992066
47ad8ca
to
e6fcc37
Compare
This pull request was exported from Phabricator. Differential Revision: D80992066 |
Summary: When generating the wheel packages - download the qnn sdk such that we can build the qnn backend - remove the downloaded sdk files so it won't be part of wheel packages Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm) For users: ``` # This step will install qnn backend pip install executorch-0.8.0a0+e5f94da-cp310-cp310-linux_x86_64.whl # The qnn sdk will be downloaded when users first , if the QNN_SDK_ROOT is not set. This step will only run once from executorch.backend.qualcomm import any module ``` Rollback Plan: Differential Revision: D80992066
e6fcc37
to
010c3b4
Compare
This pull request was exported from Phabricator. Differential Revision: D80992066 |
Use #13794 instead |
Summary:
When generating the wheel packages
Inside the qnn packages, it includes the AoT part and the the qnn backend.so files (the build from executorch/backends/qualcomm)
For users:
Rollback Plan:
Differential Revision: D80992066