-
Notifications
You must be signed in to change notification settings - Fork 718
[ET-VK][ez] Apply quantize op replacement to all argument nodes #15702
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
Title says it all! With the way the pass is currently written only the first arg will be inspected for q/dq node replacement. As a consequence, the second arg for i.e. binary ops may not have the quantized op be replaced. Differential Revision: [D86674169](https://our.internmc.facebook.com/intern/diff/D86674169/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15702
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 2 Unrelated FailuresAs of commit d1cb814 with merge base aba44fd ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
…nodes" Title says it all! With the way the pass is currently written only the first arg will be inspected for q/dq node replacement. As a consequence, the second arg for i.e. binary ops may not have the quantized op be replaced. Differential Revision: [D86674169](https://our.internmc.facebook.com/intern/diff/D86674169/) [ghstack-poisoned]
c753d2a
into
gh/SS-JIA/360/base
Stack from ghstack (oldest at bottom):
Title says it all!
With the way the pass is currently written only the first arg will be inspected for q/dq node replacement. As a consequence, the second arg for i.e. binary ops may not have the quantized op be replaced.
Differential Revision: D86674169