[Mlir-commits] [mlir] [MLIR][NVVM] Add support for st.bulk Op (PR #131727)

Srinivasa Ravi llvmlistbot at llvm.org
Tue Mar 18 02:13:07 PDT 2025


================
@@ -2583,6 +2583,25 @@ def NVVM_MapaOp: NVVM_Op<"mapa",
   let assemblyFormat = "$a`,` $b attr-dict `:` type($a) `->` type($res)";
 }
 
+//===----------------------------------------------------------------------===//
+// NVVM Bulk Store Op
+//===----------------------------------------------------------------------===//
+
+def NVVM_BulkStoreOp: NVVM_Op<"st.bulk"> {
----------------
Wolfram70 wrote:

Added the summary and description in the latest revision.

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


More information about the Mlir-commits mailing list