From a38b9d7fab84c2082f8ff030083bfe0ea3a520e4 Mon Sep 17 00:00:00 2001 From: jon-chuang Date: Sat, 15 Apr 2023 21:58:10 +0800 Subject: [PATCH] minor --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index 797579926..54722cd61 100644 --- a/ggml.c +++ b/ggml.c @@ -6760,7 +6760,7 @@ static void ggml_compute_forward_mul_mat_f32( } } - // printf("CBLAS F32 = %f ms, %d x %d x %d x %d\n", (ggml_perf_time_us() - t0)/1000.0, ne01, ne11, ne02, ne03); + //printf("CBLAS F32 = %f ms, %d x %d x %d x %d\n", (ggml_perf_time_us() - t0)/1000.0, ne01, ne11, ne02, ne03); return; }