diff --git a/ggml-opencl.c b/ggml-opencl.c index 7deb27bbf..1d68f19ee 100644 --- a/ggml-opencl.c +++ b/ggml-opencl.c @@ -8,7 +8,7 @@ #include "ggml.h" -#include "ggml_clblast_dequant.cl" +#include "ggml-opencl-dequant.cl" #define CL_CHECK(err, name) \ do { \