xx + ib0
This commit is contained in:
parent
266d436746
commit
c94a438328
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue