Remove case for GGML_TYPE_Q4_K in mvvq.cu (#23528)

This commit is contained in:
ravel7524 2026-06-09 07:46:23 +02:00 committed by GitHub
parent 3ac3c20c96
commit e3471b3e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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;