remove extra comments

This commit is contained in:
jiachengjason 2026-02-03 15:04:56 -05:00
parent a1b7063926
commit 6cf18ecd6b
1 changed files with 0 additions and 3 deletions

View File

@ -357,9 +357,6 @@ bool ggml_cuda_should_use_mmq(enum ggml_type type, int cc, int64_t ne11, int64_t
}
if (GGML_CUDA_CC_IS_RDNA4(cc)){
// if (n_experts >= 64) {
// return true;
// }
switch (type) {
case GGML_TYPE_IQ2_S:
case GGML_TYPE_Q6_K: