-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant][fx] Remove Standalone and CustomModule QuantizeHandler type checks in prepare #75202
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
…hecks in prepare Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit b20ce46 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
…hecks in prepare Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 7a9640d Pull Request resolved: #75202
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
|
@jerryzh168 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
|
@jerryzh168 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…dler type checks in prepare" Summary: Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D35379641](https://our.internmc.facebook.com/intern/diff/D35379641) [ghstack-poisoned]
|
@jerryzh168 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…hecks in prepare (#75202) Summary: Pull Request resolved: #75202 Instead of checking the type we use a method in the QuantizeHandler to check if a module is a standalone or custom module, not user facing Test Plan: python test/test_quantization.py TestQuantizeFx python test/test_quantization.py TestQuantizeFxOps Imported from OSS Reviewed By: bdhirsh Differential Revision: D35379641 fbshipit-source-id: c2f970c7e27f74793fa67f8fd5a16a43525e35aa
Stack from ghstack (oldest at bottom):
Summary:
Instead of checking the type we use a method in the QuantizeHandler to check if a module
is a standalone or custom module, not user facing
Test Plan:
python test/test_quantization.py TestQuantizeFx
python test/test_quantization.py TestQuantizeFxOps
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D35379641