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

Giacomo Castiglioni llvmlistbot at llvm.org
Fri Dec 5 02:18:24 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:

Yes, you are right there should be a guard for the python bindings.

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


More information about the Mlir-commits mailing list