This commit is contained in:
Abhilash Majumder 2024-02-16 09:16:50 +05:30 committed by Aidan
parent 31bc422b55
commit 5d7d353707

View file

@ -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;