Skip to content

Commit 089888f

Browse files
committed
fixup
1 parent ef28ed2 commit 089888f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ggml/src/ggml-cuda/mmf.cu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ bool ggml_cuda_should_use_mmf(enum ggml_type type, int cc, int warp_size, const
140140
return false;
141141
} else if(src0_ne[1] > 1024 && src1_ncols > 128) {
142142
return false;
143-
} else {
144-
return false;
145-
}
143+
}
146144
} else {
147145
if (src1_ncols > 16) {
148146
return false;

0 commit comments

Comments
 (0)