supress assert

This commit is contained in:
Abhilash Majumder 2024-03-18 22:25:19 +05:30 committed by GitHub
parent 15617b870c
commit 32589a642f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14081,7 +14081,7 @@ inline void ggml_sycl_op_mul_mat_vec_q(
const int64_t src1_ncols, const int64_t src1_padded_row_size,
const dpct::queue_ptr &stream) {
GGML_ASSERT(ggml_nrows(src1) == 1);
//GGML_ASSERT(ggml_nrows(src1) == 1);
const int64_t ne00 = src0->ne[0];
const int64_t row_diff = row_high - row_low;