-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[quant] support linear_relu_dynamic for qnnpack backend #63820
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
Conversation
Summary: Adds support in the operator directly to call relu operator if relu fusion is enabled. Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed Test Plan: python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 1da6021 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Summary: Adds support in the operator directly to call relu operator if relu fusion is enabled. Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed Test Plan: python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: Adds support in the operator directly to call relu operator if relu fusion is enabled. Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed Test Plan: python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: c1a0327 Pull Request resolved: #63820
@supriyar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Adds support in the operator directly to call relu operator if relu fusion is enabled. Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed Test Plan: python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D30502813](https://our.internmc.facebook.com/intern/diff/D30502813) [ghstack-poisoned]
Summary: Adds support in the operator directly to call relu operator if relu fusion is enabled. Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed Test Plan: python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D30502813](https://our.internmc.facebook.com/intern/diff/D30502813) [ghstack-poisoned]
@supriyar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This pull request has been merged in 975f4cc. |
Stack from ghstack:
Summary:
Adds support in the operator directly to call relu operator if relu fusion is enabled.
Once QNNPACK natively supports relu fusion in the linear_dynamic this can be removed
Test Plan:
python test/test_quantization.py TestDynamicQuantizedLinear.test_qlinear
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D30502813