Skip to content

Conversation

cccclai
Copy link
Contributor

@cccclai cccclai commented Aug 27, 2025

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

Copy link

pytorch-bot bot commented Aug 27, 2025

🔗 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 Failure

As of commit 010c3b4 with merge base dcf8580 (image):

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.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 27, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80992066

Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@cccclai cccclai marked this pull request as draft August 27, 2025 19:54
cccclai added a commit to cccclai/executorch-1 that referenced this pull request Aug 27, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80992066

cccclai added a commit to cccclai/executorch-1 that referenced this pull request Aug 27, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80992066

cccclai added a commit to cccclai/executorch-1 that referenced this pull request Aug 28, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80992066

cccclai added a commit to cccclai/executorch-1 that referenced this pull request Aug 28, 2025
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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80992066

@cccclai
Copy link
Contributor Author

cccclai commented Sep 2, 2025

Use #13794 instead

@cccclai cccclai closed this Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants