Remove the 16

This commit is contained in:
Iwan Kawrakow
2025-08-23 14:58:14 +03:00
parent efeb5ff1df
commit 2e86b76476

View File

@@ -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: