Update ggml-sycl.cpp
This commit is contained in:
parent
6f6612570e
commit
ce6e28cc23
1 changed files with 1 additions and 1 deletions
|
@ -7984,7 +7984,7 @@ static void mul_mat_vec_q(const void * __restrict__ vx, const void * __restrict_
|
|||
const int blocks_per_row = ncols / qk;
|
||||
const int blocks_per_warp = vdr * WARP_SIZE / qi;
|
||||
|
||||
// partial sum for each thread
|
||||
// partial sum for each thread
|
||||
float tmp = 0.0f;
|
||||
|
||||
const block_q_t * x = (const block_q_t *) vx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue