do not merge the removal of opencl

This commit is contained in:
Concedo 2024-06-05 10:57:52 +08:00
commit 6659742a2d
35 changed files with 909 additions and 1467 deletions

View file

@ -113,7 +113,7 @@
//
LLAMA_ATTRIBUTE_FORMAT(2, 3)
static void llama_log_internal (ggml_log_level level, const char* format, ...);
static void llama_log_internal (ggml_log_level level, const char * format, ...);
static void llama_log_callback_default(ggml_log_level level, const char * text, void * user_data);
#define LLAMA_LOG_INFO(...) llama_log_internal(GGML_LOG_LEVEL_INFO , __VA_ARGS__)