Skip to content

Commit 93adcdf

Browse files
committed
codestyle adjustment
Signed-off-by: noemotiovon <[email protected]>
1 parent bcda222 commit 93adcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ static void ggml_cann_mul_mat_id_quant(ggml_backend_cann_context& ctx, ggml_tens
27762776
} else {
27772777
GGML_ABORT("MUL_MAT_ID only support quant type Q4_0 and Q8_0 ");
27782778
}
2779-
2779+
27802780
// src0_row [D, M, 1, 1] weight without permute
27812781
src0_row.ne[2] = 1;
27822782
src0_row.ne[3] = 1;
@@ -2838,7 +2838,7 @@ static void ggml_cann_mul_mat_id_quant(ggml_backend_cann_context& ctx, ggml_tens
28382838
dst_row.data = dst_tmp_ptr;
28392839
dst_row.src[0] = &src0_row;
28402840
dst_row.src[1] = &src1_row;
2841-
2841+
28422842
ggml_cann_mul_mat(ctx, &dst_row);
28432843
}
28442844
}

0 commit comments

Comments
 (0)