Skip to content

Commit 96164e6

Browse files
authored
ggml : missing space
1 parent 81c8ace commit 96164e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7656,7 +7656,7 @@ static void ggml_compute_forward_ssm_scan_f32(
76567656
svfloat32_t vdt_soft_plus = GGML_F32_VEC_SET1(dt_soft_plus);
76577657
svfloat32_t r1_vector = GGML_F32_VEC_ZERO;
76587658

7659-
for(int64_t k = 0; k < nc; k += svcntw()) {
7659+
for (int64_t k = 0; k < nc; k += svcntw()) {
76607660
svfloat32_t vA = GGML_F32_VEC_LOAD(&A[i1*nc + k]);
76617661
svfloat32_t vB = GGML_F32_VEC_LOAD(&B[k]);
76627662
svfloat32_t vC = GGML_F32_VEC_LOAD(&C[k]);

0 commit comments

Comments
 (0)