Skip to content

Commit c0e6fbf

Browse files
committed
metal : fix unused warning
1 parent c780e75 commit c0e6fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-metal.metal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@ kernel void kernel_flash_attn_ext_f16(
21752175

21762176
const short D4 = D/4;
21772177
const short D8 = D/8;
2178-
const short Q8 = Q/8;
2178+
//const short Q8 = Q/8;
21792179
const short NW = N_SIMDWIDTH;
21802180
const short SH = (C + Q); // shared memory per simdgroup in (half)
21812181

0 commit comments

Comments
 (0)