diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 0e202ce25..03e06c3a6 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -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;