summaryrefslogtreecommitdiff
path: root/ggml-opencl.cpp
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-05-23 10:00:21 +0300
committerGitHub <noreply@github.com>2024-05-23 10:00:21 +0300
commite84b71c2c6da6e69c8f815168ea836f9716a325e (patch)
treeaa5c046cc5f0e9e953de5329412a753d82e60589 /ggml-opencl.cpp
parent1b1e27cb49158123ef4902aa41eb368c9e76e6a1 (diff)
ggml : drop support for QK_K=64 (#7473)
* ggml : drop support for QK_K=64 ggml-ci * opencl : restore QK_K=256 define
Diffstat (limited to 'ggml-opencl.cpp')
-rw-r--r--ggml-opencl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp
index 922f2483..e28566a7 100644
--- a/ggml-opencl.cpp
+++ b/ggml-opencl.cpp
@@ -1,4 +1,4 @@
-#include "ggml.h"
+#include "ggml.h"
#include "ggml-opencl.h"
#include "ggml-backend-impl.h"