Skip to content

Commit 6549e3b

Browse files
committed
ggml-cpu: missing s = sumf
Signed-off-by: Aaron Teo <[email protected]>
1 parent 618ef46 commit 6549e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ void ggml_vec_dot_mxfp4_q8_0(int n, float * GGML_RESTRICT s, size_t bs, const vo
333333

334334
sumf += GGML_E8M0_TO_FP32(x0->e) * GGML_CPU_FP16_TO_FP32(y0->d) * vec_hsum_i32x4(v_xy);
335335
}
336+
337+
*s = sumf;
336338
#else
337339
UNUSED(x);
338340
UNUSED(y);

0 commit comments

Comments
 (0)