This commit is contained in:
Ruben Ortlam
2026-07-15 13:35:32 +02:00
parent a040fbd794
commit 30a97c211c
2 changed files with 0 additions and 6 deletions

View File

@@ -228,9 +228,6 @@ void main() {
#ifdef NEEDS_INIT_IQ_SHMEM
init_iq_shmem(gl_WorkGroupSize);
#endif
#ifdef MULMAT_QUANT
init_iq_shmem(gl_WorkGroupSize);
#endif
#ifndef MUL_MAT_ID
const uint batch_idx = gl_WorkGroupID.z + p.base_work_group_z;

View File

@@ -332,9 +332,6 @@ void main() {
#ifdef NEEDS_INIT_IQ_SHMEM
init_iq_shmem(gl_WorkGroupSize);
#endif
#ifdef MULMAT_QUANT
init_iq_shmem(gl_WorkGroupSize);
#endif
#ifndef MUL_MAT_ID
const uint batch_idx = gl_WorkGroupID.z + p.base_work_group_z;