From c94a438328e21c103fec9e2a5ddedd4a6c02d9e0 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:01:49 +0800 Subject: [PATCH] xx + ib0 --- ggml-opencl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index 6f591849d..8a84b3453 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -452,7 +452,7 @@ __kernel void dequantize_mul_mat_vec_q4_K_fast(__global struct block_q4_K * xx, uint16_t aux[4]; const uint8_t * sc = (const uint8_t *)aux; - const struct block_q4_K * x = xx; + const struct block_q4_K * x = xx + ib0; tmp[tid] = 0;