From 2e86b76476edb832dfe9b92752955e537fbf0bc1 Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Sat, 23 Aug 2025 14:58:14 +0300 Subject: [PATCH] Remove the 16 --- ggml/src/iqk/iqk_mul_mat.cpp | 1 - 1 file changed, 1 deletion(-) 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: