metal : ne01 check no longer necessary
This commit is contained in:
parent
e65fc9b8b2
commit
e865686c21
1 changed files with 1 additions and 1 deletions
|
@ -2144,7 +2144,7 @@ kernel void kernel_flash_attn_ext_f16(
|
||||||
}
|
}
|
||||||
|
|
||||||
// scale and apply the mask (assume C = 32)
|
// scale and apply the mask (assume C = 32)
|
||||||
for (short j = 0; j < Q && iq1 + j < ne01; ++j) {
|
for (short j = 0; j < Q; ++j) {
|
||||||
// mqk = mqk*scale
|
// mqk = mqk*scale
|
||||||
ss[j*TF + tiisg] *= scale;
|
ss[j*TF + tiisg] *= scale;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue