[Mlir-commits] [mlir] [mlir] Added `Convergent` trait that matches LLVM's semantics (PR #152358)
Mehdi Amini
llvmlistbot at llvm.org
Thu Aug 7 06:45:29 PDT 2025
================
@@ -1054,7 +1058,8 @@ def NVVM_CpAsyncWaitGroupOp : NVVM_Op<"cp.async.wait.group">,
let assemblyFormat = "$n attr-dict";
}
-def NVVM_CpAsyncMBarrierArriveOp : NVVM_Op<"cp.async.mbarrier.arrive"> {
+def NVVM_CpAsyncMBarrierArriveOp : NVVM_Op<"cp.async.mbarrier.arrive",
+ [Convergent]> {
----------------
joker-eph wrote:
Yes the ".aligned" is the convergence requirement.
But I'm not sure why `cp.async.mbarrier.arrive` for example would need to care about convergence?
https://github.com/llvm/llvm-project/pull/152358
More information about the Mlir-commits
mailing list