Skip to content

Commit c48ba3e

Browse files
author
plotnikov.v10
committed
ggml-zendnn: fixed print in mul_mat_id
1 parent f71945f commit c48ba3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggml/src/ggml-zendnn/ggml-zendnn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ static void ggml_zendnn_compute_forward_mul_mat_id(
368368
src0->type,
369369
src0->type == GGML_TYPE_Q8_0 ? GGML_TYPE_F32 : vec_dot_type,
370370
dst->type)) {
371-
GGML_ABORT("%s: ZenDNN sgemm failed\n", __func__);
371+
GGML_ABORT("%s: ZenDNN gemm failed\n", __func__);
372372
}
373373

374374
// scatter output rows to destination

0 commit comments

Comments
 (0)