-
Notifications
You must be signed in to change notification settings - Fork 608
Fix uint16 support for quantize_per_tensor. #10398
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10398
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9b072dc with merge base 3072890 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D73517183 |
Summary: `ET_SWITCH_REALB_TYPES` added in D73268792 does not include UInt16 dtype. This diff adds a switch case instead of ET macros for checking quant min/max. Differential Revision: D73517183
baf1a5a
to
b4c8600
Compare
This pull request was exported from Phabricator. Differential Revision: D73517183 |
Summary: `ET_SWITCH_REALB_TYPES` added in D73268792 does not include UInt16 dtype. This diff adds a switch case instead of ET macros for checking quant min/max. Differential Revision: D73517183
b4c8600
to
a75d980
Compare
This pull request was exported from Phabricator. Differential Revision: D73517183 |
Summary: `ET_SWITCH_REALB_TYPES` added in D73268792 does not include UInt16 dtype. This diff adds a switch case instead of ET macros for checking quant min/max. Differential Revision: D73517183
a75d980
to
9ef7ef8
Compare
This pull request was exported from Phabricator. Differential Revision: D73517183 |
Summary: `ET_SWITCH_REALB_TYPES` added in D73268792 does not include UInt16 dtype. This diff adds a switch case instead of ET macros for checking quant min/max. Reviewed By: zonglinpeng Differential Revision: D73517183
9ef7ef8
to
9b072dc
Compare
This pull request was exported from Phabricator. Differential Revision: D73517183 |
Summary:
ET_SWITCH_REALB_TYPES
added in D73268792 does not include UInt16 dtype. This diff adds a switch case instead of ET macros for checking quant min/max.Differential Revision: D73517183