[Mlir-commits] [mlir] [MLIR][NVVM] Improve inline_ptx, add readwrite support (PR #154358)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 19 08:51:55 PDT 2025
================
@@ -124,19 +124,21 @@ def BasicPtxBuilderOpInterface : OpInterface<"BasicPtxBuilderInterface"> {
following this order:
1) Adds results
2) Adds operands
- 3) Adds attributes
+ 3) Adds attributes
+ Returns true if it does the mapping manually
----------------
joker-eph wrote:
Should be documented somewhere on the interface what does "manually mapping" means.
https://github.com/llvm/llvm-project/pull/154358
More information about the Mlir-commits
mailing list