-
Notifications
You must be signed in to change notification settings - Fork 647
[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
base: gh/GregoryComer/132/head
Are you sure you want to change the base?
Conversation
🔗 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 FailuresAs of commit b8daf4e with merge base 85e5b6e ( 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. |
@@ -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] |
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.
why not also add more for xnnpack? Just curious
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.