[ET-VK] Add co-op algorithm for 4 bit weight only quantized linear (#10235)
## Context As title. Add an alternative compute shader for int4 weight-only quantized linear that utilizes a co-operative algorithm. This shader is more performant than standard tiled algorithms for `gemv` cases, i.e. when `mat1` is a vector rather than a matrix. ## Changes * Add the cooperative shader * Use the cooperative shader when the height of `mat1` is 1 Differential Revision: [D73044650](https://our.internmc.facebook.com/intern/diff/D73044650/)
P
pytorchbot committed
8b4500bf5b805561c81ee9dc482b719c8529b41c
Parent: 614dde0
Committed by GitHub <noreply@github.com>
on 4/16/2025, 7:01:48 PM