From 50f9ba353c68d0882f7e9abe7b4fb626b3955d3a Mon Sep 17 00:00:00 2001 From: abhilash1910 Date: Tue, 5 Mar 2024 23:37:27 -0800 Subject: [PATCH] fix build --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 7701bf9fa..1291a4f12 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -5437,7 +5437,7 @@ static void dequantize_block_iq3_s(const void * __restrict__ vx, dst_t * __restr template static void dequantize_block_iq1_s(const void * __restrict__ vx, dst_t * __restrict__ yy, const sycl::nd_item<3> &item_ct1, - const uint64_t *iq3s_grid, + const uint64_t *iq1s_grid, const uint8_t *ksigns_iq2xs, const uint8_t *kmask_iq2xs) {