[Mlir-commits] [mlir] [mlir] Added `Convergent` trait that matches LLVM's semantics (PR #152358)

Guray Ozen llvmlistbot at llvm.org
Sat Aug 9 06:39:58 PDT 2025


grypp wrote:

@npanchen Do you need this trait only for nvvm.barrier0? This is a special op that every thread in a CTA must run, so it’s convergent.
Do you have another op that you think also requires it in your case?

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


More information about the Mlir-commits mailing list