We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a995 commit 6de3d64Copy full SHA for 6de3d64
python/tvm/contrib/cutlass/gen_conv2d.py
@@ -217,7 +217,7 @@ def select_op(
217
profile_all_alignments,
218
)
219
220
- if find_first_valid:
+ if not find_first_valid:
221
self.engine.compile_all(ops, use_multiprocessing)
222
223
args = (
python/tvm/contrib/cutlass/gen_gemm.py
@@ -222,7 +222,7 @@ def select_op(
profile_all_alignments=profile_all_alignments,
224
225
226
227
228
for op in ops:
0 commit comments