[Mlir-commits] [mlir] [NVGPU] Fix nvdsl examples - take 2 (PR #167321)
Vijay Kandiah
llvmlistbot at llvm.org
Fri Dec 5 10:27:19 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:
----------------
VijayKandiah wrote:
@castigli I shared the fix https://github.com/llvm/llvm-project/pull/170898
https://github.com/llvm/llvm-project/pull/167321
More information about the Mlir-commits
mailing list