We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e61e3 commit cbd950bCopy full SHA for cbd950b
ggml-metal.metal
@@ -4489,7 +4489,6 @@ void kernel_mul_mv_iq3_s_f32_impl(
4489
threadgroup_barrier(mem_flags::mem_threadgroup);
4490
}
4491
4492
-#if QK_K == 256
4493
const int ix = tiisg;
4494
4495
device const float * y4 = y + 32 * ix;
@@ -4535,12 +4534,6 @@ void kernel_mul_mv_iq3_s_f32_impl(
4535
4534
4536
y4 += 32 * 32;
4537
4538
-#else
4539
- (void) x;
4540
- (void) y;
4541
- (void) yl;
4542
- (void) nb32;
4543
-#endif
4544
4545
for (int row = 0; row < N_DST; ++row) {
4546
all_sum = simd_sum(sumf[row]);
0 commit comments