From bbfba5f740a61e3543b773c199c1552fda51d149 Mon Sep 17 00:00:00 2001 From: 0cc4m Date: Thu, 27 Apr 2023 15:30:30 +0200 Subject: [PATCH] Fix import cl file name --- ggml-opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { \