[Mlir-commits] [mlir] [NVGPU] Fix nvdsl examples - take 2 (PR #167321)
Giacomo Castiglioni
llvmlistbot at llvm.org
Mon Dec 8 03:11:06 PST 2025
================
@@ -1,4 +1,4 @@
config.unsupported = False
-if not config.enable_cuda_runner or not config.mlir_run_cuda_sm90_tests:
+if not config.enable_cuda_runner:
----------------
castigli wrote:
> @castigli I shared the fix #170898
Great, thank you!
https://github.com/llvm/llvm-project/pull/167321
More information about the Mlir-commits
mailing list