Skip to content

Commit ce6e28c

Browse files
authored
Update ggml-sycl.cpp
1 parent 6f66125 commit ce6e28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7984,7 +7984,7 @@ static void mul_mat_vec_q(const void * __restrict__ vx, const void * __restrict_
79847984
const int blocks_per_row = ncols / qk;
79857985
const int blocks_per_warp = vdr * WARP_SIZE / qi;
79867986

7987-
// partial sum for each thread
7987+
// partial sum for each thread
79887988
float tmp = 0.0f;
79897989

79907990
const block_q_t * x = (const block_q_t *) vx;

0 commit comments

Comments
 (0)