[Mlir-commits] [mlir] [MLIR][NVVM] Improve inline_ptx, add readwrite support (PR #154358)
Durgadoss R
llvmlistbot at llvm.org
Thu Aug 21 05:39:27 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 the OP is going to do register mapping itself
----------------
durga4github wrote:
Should this comment be updated?
(true -> requiresManualMapping, false -> can map itself)
https://github.com/llvm/llvm-project/pull/154358
More information about the Mlir-commits
mailing list