]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Remove case for GGML_TYPE_Q4_K in mvvq.cu (#23528)
authorravel7524 <redacted>
Tue, 9 Jun 2026 05:46:23 +0000 (07:46 +0200)
committerGitHub <redacted>
Tue, 9 Jun 2026 05:46:23 +0000 (07:46 +0200)
ggml/src/ggml-cuda/mmvq.cu

index bdfbfd2d387f4f5757765c29419f00d7f62f4310..fe44a58da9187e7abaf71222df51b49da7cff229 100644 (file)
@@ -411,7 +411,6 @@ static constexpr __host__ __device__ int calc_nwarps(ggml_type type, int ncols_d
                 case GGML_TYPE_Q5_0:
                 case GGML_TYPE_Q5_1:
                 case GGML_TYPE_Q8_0:
-                case GGML_TYPE_Q4_K:
                     return 8;
                 case GGML_TYPE_Q6_K:
                     return 2;