-
Notifications
You must be signed in to change notification settings - Fork 553
Support dynamically quantized 2D convolutions #10347
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
Support dynamically quantized 2D convolutions #10347
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10347
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit d82e080 with merge base ad7cd2b ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
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.
looks good! let's wait for CI to run and then we can merge. Thank you for the contribution!
lintrunner failure isn't relevant and is fixed on main. Merging changes |
This reverts commit cfd1be3.
Summary
Add initial support for dynamically quantized Conv2d in XNNPACK:
conv
toDYNAMIC_OPS
for annotationnum_nonbatch_dims
based on whether the node feeds into a convnum_nonbatch_dims
check from XNNCompilerFixes #9021
Test plan