From 3a9d49833430fd295bbe7dbca8aec52a2eff4fdd Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:26:43 +0800 Subject: [PATCH] try fix cuda compile --- ggml/include/ggml-cuda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/include/ggml-cuda.h b/ggml/include/ggml-cuda.h index ae30ad508..be2a75c55 100644 --- a/ggml/include/ggml-cuda.h +++ b/ggml/include/ggml-cuda.h @@ -19,7 +19,7 @@ extern "C" { #endif #define GGML_CUDA_MAX_DEVICES 16 -GGML_API GGML_CALL void ggml_cuda_set_mul_mat_q(bool mul_mat_q); +GGML_API void ggml_cuda_set_mul_mat_q(bool mul_mat_q); // backend API GGML_API ggml_backend_t ggml_backend_cuda_init(int device);