[Mlir-commits] [mlir] [NVGPU] Fix nvdsl examples - take 2 (PR #167321)

Razvan Lupusoru llvmlistbot at llvm.org
Fri Dec 5 08:38:34 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:
----------------
razvanlupusoru wrote:

@castigli Will you be sharing a PR to fix this? I am currently running into this problem - for the time being in my local branch I restored the changes to lit.local.cfg - but likely a check like the one Vijay suggested would be better.

https://github.com/llvm/llvm-project/pull/167321


More information about the Mlir-commits mailing list