-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[Quant] Enable QConv2d with hardtanh post op #114578
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
[Quant] Enable QConv2d with hardtanh post op #114578
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/114578
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 83aadde with merge base 11f11e9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
**Summary** Enable QConv2d implementation with post op `hardtanh` **Test Plan** ``` python -m pytest test_quantized_op.py -k test_qconv2d_hardtanh_pt2e ``` cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
ghstack-source-id: fb1c31d Pull Request resolved: pytorch#114578
**Summary** Enable QConv2d implementation with post op `hardtanh` **Test Plan** ``` python -m pytest test_quantized_op.py -k test_qconv2d_hardtanh_pt2e ``` cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
ghstack-source-id: f3f8eb4 Pull Request resolved: pytorch#114578
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
… Unary Annotation (#114579) **Summary** Add `Hardtanh` and `ReLU6` into X86InductorQuantizer Conv2d Unary Annotation **TestPlan** ``` python -m pytest test_x86inductor_quantizer.py -k test_conv2d_unary python -m pytest test_x86inductor_quantizer.py -k test_qat_conv2d_unary ``` Pull Request resolved: #114579 Approved by: https://github.com/jgong5, https://github.com/jerryzh168 ghstack dependencies: #114578
…rdtanh (#114580) **Summary** Enable the fusion pattern of `QConv2d -> hardtanh` lowering to `hardtanh` as `QConv2d` post operator. **Test Plan** ``` python -m pytest test_mkldnn_pattern_matcher.py -k test_qconv2d_relu6_cpu python -m pytest test_mkldnn_pattern_matcher.py -k test_qconv2d_hardtanh_cpu python -m pytest test_mkldnn_pattern_matcher.py -k test_qat_qconv2d_relu6 python -m pytest test_mkldnn_pattern_matcher.py -k test_qat_qconv2d_hardtanh ``` Pull Request resolved: #114580 Approved by: https://github.com/jgong5, https://github.com/jerryzh168 ghstack dependencies: #114578, #114579
Stack from ghstack (oldest at bottom):
Summary
Enable QConv2d implementation with post op
hardtanh
Test Plan
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10