diff --git a/ggml/src/iqk/iqk_mul_mat.cpp b/ggml/src/iqk/iqk_mul_mat.cpp index e9b09e1f..029f0235 100644 --- a/ggml/src/iqk/iqk_mul_mat.cpp +++ b/ggml/src/iqk/iqk_mul_mat.cpp @@ -321,7 +321,6 @@ struct MulMat { return type; } static inline int num_rows([[maybe_unused]] ggml_type type) { - return 16; #ifdef HAVE_FANCY_SIMD switch (type) { case GGML_TYPE_Q2_K_R4: