From 5d7d35370708a05aaf38836443332b0848b450a2 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:16:50 +0530 Subject: [PATCH] fix bug --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index ca4d95b26..caffe9b02 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -12018,7 +12018,7 @@ inline void ggml_sycl_op_dequantize_mul_mat_vec( const int64_t src1_ncols, const int64_t src1_padded_row_size, const dpct::queue_ptr &stream) { - GGML_TENSOR_BINARY_OP_LOCALS + GGML_TENSOR_BINARY_OP_LOCALS; const int64_t row_diff = row_high - row_low;