Removed non-correct unused variables statements

This commit is contained in:
Alberto Cabrera 2025-12-16 12:25:10 +00:00
parent 9584366cfc
commit 815123c472
1 changed files with 0 additions and 14 deletions

View File

@ -710,9 +710,6 @@ void ggml_gemv_q8_0_4x4_q8_0_generic(int n,
UNUSED(bs);
UNUSED(nr);
UNUSED(nb);
UNUSED(ncols_interleaved);
UNUSED(blocklen);
float sumf[4];
int sumi;
@ -759,9 +756,6 @@ void ggml_gemv_q8_0_4x8_q8_0_generic(int n,
UNUSED(bs);
UNUSED(nr);
UNUSED(nb);
UNUSED(ncols_interleaved);
UNUSED(blocklen);
float sumf[4];
int sumi;
@ -1334,10 +1328,6 @@ void ggml_gemm_q8_0_4x4_q8_0_generic(int n,
assert(nr % 4 == 0);
assert(nc % ncols_interleaved == 0);
UNUSED(nb);
UNUSED(ncols_interleaved);
UNUSED(blocklen);
{
float sumf[4][4];
int sumi;
@ -1392,10 +1382,6 @@ void ggml_gemm_q8_0_4x8_q8_0_generic(int n,
assert(nr % 4 == 0);
assert(nc % ncols_interleaved == 0);
UNUSED(nb);
UNUSED(ncols_interleaved);
UNUSED(blocklen);
float sumf[4][4];
int sumi;