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) {