From 234270bd83e4c07b55202b3be5d4bb94e81c6e7e Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 1 Jun 2023 00:14:22 +0800 Subject: [PATCH] back to 32 block size, not better --- ggml-opencl.cpp | 2 +- klite.embd | 4 ++-- otherarch/ggml_v2-opencl.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index 4638da021..e0c6f089f 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -15,7 +15,7 @@ #include "ggml.h" -#define CL_DMMV_BLOCK_SIZE 64; +#define CL_DMMV_BLOCK_SIZE 32; #define MULTILINE_QUOTE(...) #__VA_ARGS__ static std::string program_source = MULTILINE_QUOTE( diff --git a/klite.embd b/klite.embd index 5020bc074..1e540ac1c 100644 --- a/klite.embd +++ b/klite.embd @@ -25,8 +25,8 @@ Kobold Lite is under the AGPL v3.0 License for the purposes of koboldcpp. Please - +