-
Notifications
You must be signed in to change notification settings - Fork 599
[ET-VK][Ops] dequantization op shaders and impl #11483
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
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11483
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f941d41 with merge base 3b1c7fd ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) ghstack-source-id: 289116371 Pull Request resolved: #11483
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
Pull Request resolved: #11483 Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. ghstack-source-id: 289118183 @exported-using-ghexport Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/)
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
@@ -749,14 +753,40 @@ TEST( | |||
|
|||
TEST( | |||
VulkanDequantizePerTensorTest, | |||
test_reference_dequantize_per_tensor_int16_to_float) { |
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.
why did you delete this int16 test?
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.
I deleted int16 because it's not included as a variant in the yaml. I'll remove this from the origin commit. I'm trying to only support variants that would seemingly be used, which I think would be uint8, int8, and int32
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework. Differential Revision: [D76267107](https://our.internmc.facebook.com/intern/diff/D76267107/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D76267107 |
db00b95
into
gh/ahmtox/16/base
Stack from ghstack (oldest at bottom):
Creating the dequantize_per_tensor and dequantize_per_token logic shaders and impl which are linked with the testing framework.
Differential Revision: D76267107