fixed build issues

This commit is contained in:
Concedo 2024-11-03 11:01:51 +08:00
parent bc30ebd044
commit 33721615b5

View file

@ -12,10 +12,13 @@
#include "ggml-backend.h"
#include "ggml-cpp.h"
#if defined(GGML_USE_CLBLAST)
#ifdef GGML_USE_CUDA
# include "ggml-cuda.h"
#elif defined(GGML_USE_CLBLAST)
# include "ggml-opencl.h"
#endif
// TODO: replace with ggml API call
#define QK_K 256