diff --git a/ggml/src/ggml-amx/mmq.cpp b/ggml/src/ggml-amx/mmq.cpp index e14e01c70b9100..61689ed9bcd7d5 100644 --- a/ggml/src/ggml-amx/mmq.cpp +++ b/ggml/src/ggml-amx/mmq.cpp @@ -2490,7 +2490,7 @@ void ggml_mul_mat_amx(struct ggml_tensor * dst, int nth, int ith, void * wdata, for (int m = begin; m < end; ++m) { from_float(A_data + m * K, (char *)wdata + m * row_size_A, K); } - }); + }); }); #pragma omp barrier