vulkan: copy iq4_nl LUT into shared memory (#10409)

This commit is contained in:
Jeff Bolz
2024-11-20 01:40:18 -06:00
committed by GitHub
parent 1bacb9f625
commit 8fd4b7fa29
6 changed files with 29 additions and 4 deletions

View File

@@ -75,6 +75,10 @@ shared u16vec2 row_ids[3072];
#endif
void main() {
#if defined(DATA_A_IQ4_NL)
init_iq4nl_shmem();
#endif
#ifdef MUL_MAT_ID
const uint expert_idx = gl_GlobalInvocationID.z;
#else