This commit is contained in:
mqy 2023-06-18 14:03:09 +08:00
parent 06b00827a0
commit 67bb367962
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
}