-
Notifications
You must be signed in to change notification settings - Fork 583
[ET-VK][Ops] quantization op shaders and impl #11369
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
base: gh/ahmtox/11/base
Are you sure you want to change the base?
Conversation
Creating the quantize_per_tensor and quantize_per_token logic shaders and impl which are linked with the testing framework. NOTE: Currently the only input types supported are **half** (fp16) and **float** (fp32). The only output types supported are **byte** (uint8), **char** (int8), **short** (int16), **int** (int32). Differential Revision: [D75959064](https://our.internmc.facebook.com/intern/diff/D75959064/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11369
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit 0c9c7a6 with merge base 8abd26a ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Creating the quantize_per_tensor and quantize_per_token logic shaders and impl which are linked with the testing framework. NOTE: Currently the only input types supported are **half** (fp16) and **float** (fp32). The only output types supported are **byte** (uint8), **char** (int8), **short** (int16), **int** (int32). Differential Revision: [D75959064](https://our.internmc.facebook.com/intern/diff/D75959064/) ghstack-source-id: 288187842 Pull Request resolved: #11369
This PR needs a
|
This pull request was exported from Phabricator. Differential Revision: D75959064 |
Stack from ghstack (oldest at bottom):
Creating the quantize_per_tensor and quantize_per_token logic shaders and impl which are linked with the testing framework.
NOTE: Currently the only input types supported are half (fp16) and float (fp32). The only output types supported are byte (uint8), char (int8), short (int16), int (int32).
Differential Revision: D75959064