Skip to content

Commit 239b02c

Browse files
committed
ggml-cpu: Remove unused variable in sve q3_k vec dot
Signed-off-by: Molly Sophia <[email protected]>
1 parent 4ad44c1 commit 239b02c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5277,7 +5277,6 @@ void ggml_vec_dot_q3_K_q8_K(int n, float * restrict s, size_t bs, const void * r
52775277
const svuint8_t m1_sv = svlsl_n_u8_x(svptrue_b8(), m0_sv, 1);
52785278
const svuint8_t m2_sv = svlsl_n_u8_x(svptrue_b8(), m0_sv, 2);
52795279
const svuint8_t m3_sv = svlsl_n_u8_x(svptrue_b8(), m0_sv, 3);
5280-
svbool_t pred_s32 = svnot_b_z (svptrue_b32(), svptrue_pat_b32(SV_VL4));
52815280

52825281
float sum = 0;
52835282

0 commit comments

Comments
 (0)