Skip to content

[Backend Tester] Add test flows for QNN quantization #13469

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

Open
wants to merge 6 commits into
base: gh/GregoryComer/132/head
Choose a base branch
from

Conversation

GregoryComer
Copy link
Member

@GregoryComer GregoryComer commented Aug 18, 2025

Add test flows for each of the supported QNN quantization modes. I followed the guidance in the docs and example code for the overall lowering flow. Add jobs to nightly CI.

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Aug 18, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13469

Note: Links to docs will display an error until the docs builds have been completed.

❌ 4 New Failures, 4 Unrelated Failures

As of commit b8daf4e with merge base 85e5b6e (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following jobs 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.

[ghstack-poisoned]
GregoryComer added a commit that referenced this pull request Aug 18, 2025
ghstack-source-id: 27fe0f8
ghstack-comment-id: 3195495418
Pull-Request: #13469
[ghstack-poisoned]
GregoryComer added a commit that referenced this pull request Aug 18, 2025
ghstack-source-id: ff64e3f
ghstack-comment-id: 3195495418
Pull-Request: #13469
[ghstack-poisoned]
GregoryComer added a commit that referenced this pull request Aug 18, 2025
ghstack-source-id: 78d3f9e
ghstack-comment-id: 3195495418
Pull-Request: #13469
[ghstack-poisoned]
GregoryComer added a commit that referenced this pull request Aug 18, 2025
ghstack-source-id: 1b2b30f
ghstack-comment-id: 3195495418
Pull-Request: #13469
[ghstack-poisoned]
GregoryComer added a commit that referenced this pull request Aug 19, 2025
ghstack-source-id: ade8442
ghstack-comment-id: 3195495418
Pull-Request: #13469
@@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flow: [qualcomm, vulkan, xnnpack, xnnpack_static_int8_per_channel]
flow: [qualcomm, qualcomm_16a16w, qualcomm_16a8w, qualcomm_16a4w, qualcomm_16a4w_block, qualcomm_8a8w, vulkan, xnnpack, xnnpack_static_int8_per_channel]
Copy link
Contributor

@digantdesai digantdesai Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not also add more for xnnpack? Just curious

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants