From 7bb531421f8cc7ca706c3ee54e840bd72bf5bc74 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:45:57 +0530 Subject: [PATCH] increase grid space --- ggml-sycl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index a86113252..031c966b4 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -5051,7 +5051,7 @@ static dpct::global_memory iq3xxs_grid( 0x3e2c0404, 0x3e2c0414, 0x3e2c1424, 0x3e341c04, }); static dpct::global_memory iq3s_grid( - sycl::range<1>(256), + sycl::range<1>(512), { 0x01010101, 0x01010103, 0x01010105, 0x0101010b, 0x0101010f, 0x01010301, 0x01010303, 0x01010305, 0x01010309, 0x0101030d, 0x01010501, 0x01010503, 0x0101050b, 0x01010707, 0x01010901, 0x01010905, @@ -5120,7 +5120,7 @@ static dpct::global_memory iq3s_grid( }); static dpct::global_memory iq1s_grid( - sycl::range<1>(256), + sycl::range<1>(512), { 0xffffffffffff0101, 0xffffffffff01ff00, 0xffffffffff010100, 0xffffffff00000000, 0xffffffff01ff00ff, 0xffffffff01ff0001, 0xffffffff0101ffff, 0xffffffff0101ff01,