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

Guray Ozen llvmlistbot at llvm.org
Fri Aug 15 06:19: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>;
----------------
grypp wrote:

let's do this separately. Currently, our ops are using mixed case. We can unify that. Some uses camelCase, some uses snake_case, other use capital SNAKE_CASE. 

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


More information about the Mlir-commits mailing list