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;