-
Notifications
You must be signed in to change notification settings - Fork 722
[ET-VK] Re-implement (de)quantize_per_tensor.default #15721
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
Re-implement the `quantized_decomposed.(de)quantize_per_tensor.default` ops with `add_quantize_and_pack_4w4c_node` As a consequence, the `et_vk.quantize_q8ta_for_conv2d.default` and `et_vk.dequantize_q8to_from_conv2d.default` ops are not needed anymore. The overall goal is to streamline the quantize/dequantize interface in ET-VK. Differential Revision: [D86702457](https://our.internmc.facebook.com/intern/diff/D86702457/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15721
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 62fdd2e with merge base aba44fd ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Re-implement the `quantized_decomposed.(de)quantize_per_tensor.default` ops with `add_quantize_and_pack_4w4c_node` As a consequence, the `et_vk.quantize_q8ta_for_conv2d.default` and `et_vk.dequantize_q8to_from_conv2d.default` ops are not needed anymore. The overall goal is to streamline the quantize/dequantize interface in ET-VK. Differential Revision: [D86702457](https://our.internmc.facebook.com/intern/diff/D86702457/) ghstack-source-id: 322214458 Pull Request resolved: #15721
This PR needs a
|
Re-implement the `quantized_decomposed.(de)quantize_per_tensor.default` ops with `add_quantize_and_pack_4w4c_node` As a consequence, the `et_vk.quantize_q8ta_for_conv2d.default` and `et_vk.dequantize_q8to_from_conv2d.default` ops are not needed anymore. The overall goal is to streamline the quantize/dequantize interface in ET-VK. Differential Revision: [D86702457](https://our.internmc.facebook.com/intern/diff/D86702457/) ghstack-source-id: 322214458 Pull Request resolved: #15721
Stack from ghstack (oldest at bottom):
Re-implement the
quantized_decomposed.(de)quantize_per_tensor.defaultops withadd_quantize_and_pack_4w4c_nodeAs a consequence, the
et_vk.quantize_q8ta_for_conv2d.defaultandet_vk.dequantize_q8to_from_conv2d.defaultops are not needed anymore.The overall goal is to streamline the quantize/dequantize interface in ET-VK.
Differential Revision: D86702457