From 6e3ab8736ea244777740ecb2bb5374f5e986f9a8 Mon Sep 17 00:00:00 2001 From: luoyu-intel Date: Thu, 18 Jul 2024 11:41:18 +0800 Subject: [PATCH] remove empty line --- ggml/src/ggml-sycl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/ggml-sycl.cpp b/ggml/src/ggml-sycl.cpp index 75dafa617..562e764ad 100644 --- a/ggml/src/ggml-sycl.cpp +++ b/ggml/src/ggml-sycl.cpp @@ -1042,7 +1042,6 @@ static void get_rows_sycl_q4_0(ggml_backend_sycl_context & ctx, const ggml_tenso GGML_ASSERT(ne00 % 2 == 0); - const sycl::range<3> block_dims(1, 1, SYCL_GET_ROWS_BLOCK_SIZE); const int block_num_x = (ne00 + 2 * SYCL_GET_ROWS_BLOCK_SIZE - 1) / (2 * SYCL_GET_ROWS_BLOCK_SIZE); const sycl::range<3> block_nums(ne11 * ne12, ne10, block_num_x);