metal : remove unused var
Some checks failed
flake8 Lint / Lint (push) Has been cancelled

This commit is contained in:
Georgi Gerganov 2024-11-03 11:24:18 +02:00
parent fd7d5e870d
commit 909cfd498c
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -2857,7 +2857,6 @@ kernel void kernel_flash_attn_ext_vec_f16(
// O = diag(ms)*O
#pragma unroll
for (short ii = 0; ii < D4; ii += NW) {
const short i = ii + tiisg;
lo[ii/NW] *= ms;
}
}