[Mlir-commits] [mlir] [MLIR][NVVM] Add asynchronous store Op (PR #210931)
Durgadoss R
llvmlistbot at llvm.org
Wed Aug 5 03:10:48 PDT 2026
================
@@ -5113,6 +5113,56 @@ def NVVM_BulkStoreOp: NVVM_Op<"st.bulk"> {
let hasVerifier = 1;
}
+//===----------------------------------------------------------------------===//
+// NVVM Asynchronous Store Ops
+//===----------------------------------------------------------------------===//
+
+def NVVM_AsyncStoreGlobalOp: NVVM_VoidIntrinsicOp<"store.async.global",
----------------
durga4github wrote:
nit: I prefer the string to be "st.async.global" to align with the PTX Inst name. But if we think the explicit naming is more readable, I am fine with it as is.
https://github.com/llvm/llvm-project/pull/210931
More information about the Mlir-commits
mailing list