Skip to content

Commit 46284a0

Browse files
committed
ggml-cpu: update unused variables q5_0
Signed-off-by: Aaron Teo <[email protected]>
1 parent 3815dea commit 46284a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ggml/src/ggml-cpu/arch/s390/quants.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,10 @@ void ggml_vec_dot_q5_0_q8_0(int n, float * GGML_RESTRICT s, size_t bs, const voi
395395

396396
*s = sumf;
397397
#else
398-
UNUSED(ib);
398+
UNUSED(nb);
399399
UNUSED(x);
400400
UNUSED(y);
401+
UNUSED(ib);
401402
UNUSED(sumf);
402403
ggml_vec_dot_q5_0_q8_0_generic(n, s, bs, vx, bx, vy, by, nrc);
403404
#endif

0 commit comments

Comments
 (0)