mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
metal : fix unused warning
This commit is contained in:
parent
b5521fea19
commit
1ae1a9cd56
@ -2182,7 +2182,7 @@ kernel void kernel_flash_attn_ext_f16(
|
|||||||
|
|
||||||
const short D4 = D/4;
|
const short D4 = D/4;
|
||||||
const short D8 = D/8;
|
const short D8 = D/8;
|
||||||
const short Q8 = Q/8;
|
//const short Q8 = Q/8;
|
||||||
const short NW = N_SIMDWIDTH;
|
const short NW = N_SIMDWIDTH;
|
||||||
const short SH = (C + Q); // shared memory per simdgroup in (half)
|
const short SH = (C + Q); // shared memory per simdgroup in (half)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user