[Mlir-commits] [mlir] [mlir][nvvm] Introduce `fence.mbarrier.init` (PR #74058)
Guray Ozen
llvmlistbot at llvm.org
Fri Dec 1 14:05:22 PST 2023
================
@@ -422,6 +422,22 @@ def NVVM_SetMaxRegisterOp : NVVM_PTXBuilder_Op<"setmaxregister"> {
let hasVerifier = 1;
}
+def NVVM_FenceMbarrierInitOp : NVVM_PTXBuilder_Op<"fence.mbarrier.init"> {
----------------
grypp wrote:
As far as I can see, MLIR prefers '_' more than '.' . I think I need to change all the OPs to that. I'll do that in follow up PR. It's great that you catch this. So we will have the consistency.
https://github.com/llvm/llvm-project/pull/74058
More information about the Mlir-commits
mailing list