Skip to content

Commit

Permalink
Update ggml-sycl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
joeatodd authored Jun 18, 2024
1 parent 6f66125 commit ce6e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce6e28c

Please sign in to comment.