-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[PT2E][Quant] Remove Redundant Method in X86 Quantizer #139161
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
[PT2E][Quant] Remove Redundant Method in X86 Quantizer #139161
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139161
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit de85848 with merge base e80fe7f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@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 |
**Summary** Remove the redundant method of X86 Inductor Quantizer as `get_supported_quantization_configs`, `get_supported_operator_for_quantization_config` and `get_supported_operators`. They are not the must have to implement a customized Quantizer and not mentioned in existing document for how to use X86 Inductor Quantizer. Pull Request resolved: pytorch#139161 Approved by: https://github.com/jgong5
Stack from ghstack (oldest at bottom):
Summary
Remove the redundant method of X86 Inductor Quantizer as
get_supported_quantization_configs,get_supported_operator_for_quantization_configandget_supported_operators. They are not the must have to implement a customized Quantizer and not mentioned in existing document for how to use X86 Inductor Quantizer.