-
Notifications
You must be signed in to change notification settings - Fork 710
Check group size is divisible by 32 #6941
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/6941
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ebaad4d with merge base be0bd75 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D66131456 |
Summary: Currently when checking the per_channel_group quantization parameters we don't check that the group_size must be a multiple of 32. This constraint was added after we implemented the original checks here. Let's add multiple of 32 here. Reviewed By: malfet, digantdesai Differential Revision: D66131456
3aebc60 to
c44ef84
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66131456 |
Summary: Currently when checking the per_channel_group quantization parameters we don't check that the group_size must be a multiple of 32. This constraint was added after we implemented the original checks here. Let's add multiple of 32 here. Reviewed By: malfet, digantdesai Differential Revision: D66131456
c44ef84 to
729fa0f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66131456 |
Summary: Currently when checking the per_channel_group quantization parameters we don't check that the group_size must be a multiple of 32. This constraint was added after we implemented the original checks here. Let's add multiple of 32 here. Reviewed By: malfet, digantdesai Differential Revision: D66131456
729fa0f to
f32b984
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66131456 |
Summary: Currently when checking the per_channel_group quantization parameters we don't check that the group_size must be a multiple of 32. This constraint was added after we implemented the original checks here. Let's add multiple of 32 here. Reviewed By: malfet, digantdesai Differential Revision: D66131456
f32b984 to
ebaad4d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D66131456 |
Summary: Currently when checking the per_channel_group quantization parameters we don't check that the group_size must be a multiple of 32. This constraint was added after we implemented the original checks here. Let's add multiple of 32 here.
Reviewed By: digantdesai
Differential Revision: D66131456