Skip to content

Commit b1edf62

Browse files
authored
fix bug
1 parent 456000c commit b1edf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12018,7 +12018,7 @@ inline void ggml_sycl_op_dequantize_mul_mat_vec(
1201812018
const int64_t src1_ncols, const int64_t src1_padded_row_size,
1201912019
const dpct::queue_ptr &stream) {
1202012020

12021-
GGML_TENSOR_BINARY_OP_LOCALS
12021+
GGML_TENSOR_BINARY_OP_LOCALS;
1202212022

1202312023
const int64_t row_diff = row_high - row_low;
1202412024

0 commit comments

Comments
 (0)