-
Notifications
You must be signed in to change notification settings - Fork 607
VulkanQuantizer for weight-only quantization on linear #4707
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
VulkanQuantizer for weight-only quantization on linear #4707
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4707
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6d1a572 with merge base 35da5bf ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D61243540 |
Summary: Using XNNPACKQuantizer as a base. VulkanQuantizer only annotates for 8-bit weight-only static quantization on linear nodes for now, as we only currently implement 8-bit weight quantized linear in the form of weight_int8packed_mm. Differential Revision: D61243540
1282332
to
5cdda6e
Compare
This pull request was exported from Phabricator. Differential Revision: D61243540 |
Summary: Using XNNPACKQuantizer as a base. VulkanQuantizer only annotates for 8-bit weight-only static quantization on linear nodes for now, as we only currently implement 8-bit weight quantized linear in the form of weight_int8packed_mm. Reviewed By: copyrightly Differential Revision: D61243540
5cdda6e
to
4a97670
Compare
This pull request was exported from Phabricator. Differential Revision: D61243540 |
Summary: Using XNNPACKQuantizer as a base. VulkanQuantizer only annotates for 8-bit weight-only static quantization on linear nodes for now, as we only currently implement 8-bit weight quantized linear in the form of weight_int8packed_mm. Reviewed By: copyrightly Differential Revision: D61243540
4a97670
to
6d1a572
Compare
This pull request was exported from Phabricator. Differential Revision: D61243540 |
Differential Revision: D61243540 Pull Request resolved: pytorch#4707
Summary:
Using XNNPACKQuantizer as a base.
VulkanQuantizer only annotates for 8-bit weight-only static quantization on linear nodes for now, as we only currently implement 8-bit weight quantized linear in the form of weight_int8packed_mm.
Differential Revision: D61243540