You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ET-VK][ez] Fix linear weight int4 test due to change in ATen API
## Context
Recently the ATen API for 4-bit quantized linear has changed, so our test must adapt to the change in API.
Concretely, the changes in API were:
* The `_for_cpu` suffix was added to the operator name
* The `_convert_weight_to_int4pack_mm` operator now expects unpacked 4-bit weights instead of a packed scheme where 2 4-bit values are packed into a single 8-bit value.
Differential Revision: [D68333687](https://our.internmc.facebook.com/intern/diff/D68333687/)
ghstack-source-id: 261917427
Pull Request resolved: #7739
0 commit comments