undo header removal

This commit is contained in:
Concedo 2024-10-06 16:37:08 +08:00
parent 3a9d498334
commit 673b87a311

View file

@ -15,7 +15,9 @@
# include "ggml-rpc.h"
#endif
#if defined(GGML_USE_CLBLAST)
#ifdef GGML_USE_CUDA
# include "ggml-cuda.h"
#elif defined(GGML_USE_CLBLAST)
# include "ggml-opencl.h"
#elif defined(GGML_USE_VULKAN)
# include "ggml-vulkan.h"