-
Notifications
You must be signed in to change notification settings - Fork 665
Revert "Revert "Add qnn backend to pip packages (#13794)"" #14220
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/14220
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 236 PendingAs of commit 26e5eee with merge base 1ea9feb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
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.
Please comment the lines that have changed compared to previous one
backends/qualcomm/__init__.py
Outdated
# If users have preinstalled QNN_SDK_ROOT, we will use it. | ||
qnn_sdk_root_flag = os.getenv("QNN_SDK_ROOT", None) | ||
|
||
if env_flag not in ("1", "true", "yes") and not qnn_sdk_root_flag and is_linux_x86(): |
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.
@kimishpatel this line
setup.py
Outdated
is_linux_x86, | ||
) | ||
|
||
if is_linux_x86(): |
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.
@kimishpatel and here
Reverts #14212