[Mlir-commits] [mlir] [MLIR][NVVM] Combine griddepcontrol Ops (PR #152525)

Pradeep Kumar llvmlistbot at llvm.org
Thu Aug 14 06:00:33 PDT 2025


================
@@ -2995,30 +2995,47 @@ def NVVM_WgmmaMmaAsyncOp : NVVM_Op<"wgmma.mma_async",
 // NVVM Griddepcontrol Ops
 //===----------------------------------------------------------------------===//
 
-def NVVM_GriddepcontrolWaitOp : NVVM_IntrOp<"griddepcontrol.wait", [], 0> {
-  let assemblyFormat = "attr-dict";
+def GridDepActionWait : I32EnumAttrCase<"wait", 0>;
----------------
schwarzschild-radius wrote:

Maybe we can also add "WAIT" and "LAUNCH_DEPENDENTS" for the C++ side?

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


More information about the Mlir-commits mailing list