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

Guray Ozen llvmlistbot at llvm.org
Mon Oct 27 10:47:00 PDT 2025


================
@@ -57,7 +61,7 @@ def tma_load(
     b_tma.load(b2, mbar_group[0], coords=[64, 0], predicate=p)
 
 
- at NVDSL.mlir_func
+ at NVDSL.mlir_func(dump_only)
----------------
grypp wrote:

I think it's better to keep the decorator simple and read `os.getenv` inside nvdsl.py. Print IR feature is useful

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


More information about the Mlir-commits mailing list