[Mlir-commits] [mlir] [NVGPU] Fix nvdsl examples (PR #156830)

Giacomo Castiglioni llvmlistbot at llvm.org
Tue Oct 28 07:34:29 PDT 2025


================
@@ -21,6 +24,7 @@
 from mlir.extras import types as T
 import numpy as np
 
+dump_only = os.getenv("MLIR_RUN_CUDA_SM90_TESTS") != "1"
----------------
castigli wrote:

done.

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


More information about the Mlir-commits mailing list