-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant][graphmode] Refactor quantization patterns #40894
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: Test Plan: python test/test_quantization.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 73794d4 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Summary: Test Plan: python test/test_quantization.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
| return (%r) )"; | ||
|
|
||
| return { | ||
| {"conv1d_prepack_unpack", conv1d_with_quant, conv1d_with_quant_prepack}, |
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 like quantized op is not used actually, I'm also thinking of removing this field and we can make the struct more general to all users of subgraph rewriter
jerryzh168
left a comment
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.
Thanks
Summary: Test Plan: python test/test_quantization.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: Test Plan: python test/test_quantization.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22403901](https://our.internmc.facebook.com/intern/diff/D22403901) [ghstack-poisoned]
|
This pull request has been merged in dde1804. |
Stack from ghstack:
Summary:
Test Plan:
python test/test_quantization.py
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D22403901