diff --git a/Makefile b/Makefile index 531f62fb0..8cd253b53 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,7 @@ k_quants.o: k_quants.c k_quants.h endif # LLAMA_NO_K_QUANTS ifndef LLAMA_NO_TUNE -CFLAGS += -DGGML_USE_TUNE -DGGML_TUNE_NDEBUG +CFLAGS += -DGGML_USE_TUNE #-DGGML_TUNE_NDEBUG CXXFLAGS += -DGGML_USE_TUNE endif diff --git a/ggml-tune.c b/ggml-tune.c index 444269ae4..2e292e98e 100644 --- a/ggml-tune.c +++ b/ggml-tune.c @@ -83,7 +83,7 @@ int ggml_mulmat_tune_select_task_profile(struct ggml_mulmat_tune *tune, int M, #ifndef GGML_TUNE_NDEBUG printf("\n[tune] M: %3d, N: %5d, K: %5d, profile id: %d, " - "backends: %s %s %s\n", + "profile name: %s\n", M, N, K, prof->id, prof->name); #endif }