remove empty line

This commit is contained in:
luoyu-intel 2024-07-18 11:41:18 +08:00
parent 9dd297f847
commit 6e3ab8736e

View file

@ -1042,7 +1042,6 @@ static void get_rows_sycl_q4_0(ggml_backend_sycl_context & ctx, const ggml_tenso
GGML_ASSERT(ne00 % 2 == 0); GGML_ASSERT(ne00 % 2 == 0);
const sycl::range<3> block_dims(1, 1, SYCL_GET_ROWS_BLOCK_SIZE); 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 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); const sycl::range<3> block_nums(ne11 * ne12, ne10, block_num_x);