Adding forgotten q8_0_r8 to num_rows()

This commit is contained in:
Iwan Kawrakow
2025-08-27 08:00:14 +03:00
parent 7060acb4a0
commit 24fb00637e

View File

@@ -349,6 +349,7 @@ struct MulMat {
case GGML_TYPE_Q8_1:
case GGML_TYPE_Q8_K_R8: return 8;
case GGML_TYPE_Q4_0_R8:
case GGML_TYPE_Q8_0_R8:
case GGML_TYPE_Q8_K_R16:
case GGML_TYPE_BF16_R16: return 16;
default: return 1;