Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ET-VK][ez] Fix linear weight int4 test due to change in ATen API
Pull Request resolved: #7739 ## 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. ghstack-source-id: 261959346 @exported-using-ghexport Differential Revision: [D68333687](https://our.internmc.facebook.com/intern/diff/D68333687/)
- Loading branch information