diff --git a/ggml.c b/ggml.c index d08cf2090..52389b111 100644 --- a/ggml.c +++ b/ggml.c @@ -149,7 +149,8 @@ inline static void* ggml_aligned_malloc(size_t size) { #include #elif defined(GGML_USE_CUBLAS) #include "ggml-cuda.h" -#elif defined(GGML_USE_CLBLAST) +#endif +#if defined(GGML_USE_CLBLAST) #include "ggml-opencl.h" #endif