This commit is contained in:
Concedo 2023-06-19 23:01:49 +08:00
parent 266d436746
commit c94a438328

View file

@ -452,7 +452,7 @@ __kernel void dequantize_mul_mat_vec_q4_K_fast(__global struct block_q4_K * xx,
uint16_t aux[4];
const uint8_t * sc = (const uint8_t *)aux;
const struct block_q4_K * x = xx;
const struct block_q4_K * x = xx + ib0;
tmp[tid] = 0;