mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
xx + ib0
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user