fix compile issue

This commit is contained in:
luoyu-intel 2024-07-01 09:23:47 +08:00
parent e4f1516e9d
commit 8117e6d4a9

View file

@ -1020,10 +1020,8 @@ void ggml_sycl_op_mul_mat_vec_q(
GGML_ASSERT(false);
break;
}
}
(void) src1;
(void) dst;
(void) src1_ddf_i;
(void) src1_padded_row_size;
}