Skip to content

Commit b7cc0f2

Browse files
AidanBeltonSAlcpz
andauthored
Update ggml-sycl.cpp
Co-authored-by: Alberto Cabrera Pérez <[email protected]>
1 parent ffcd91f commit b7cc0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9194,7 +9194,7 @@ static void mul_mat_vec_q_sycl_submitter(const void *vx, const void *vy,
91949194
float *dst, const int ncols,
91959195
const int nrows,
91969196
dpct::queue_ptr stream) {
9197-
GGML_ASSERT(ncols % QK4_0 == 0);
9197+
GGML_ASSERT(ncols % qk == 0);
91989198
const int block_num_y = (nrows + GGML_SYCL_MMV_Y - 1) / GGML_SYCL_MMV_Y;
91999199
const sycl::range<3> block_nums(1, 1, block_num_y);
92009200
const sycl::range<3> block_dims(1, GGML_SYCL_MMV_Y, WARP_SIZE);

0 commit comments

Comments
 (0)