[Mlir-commits] [mlir] [mlir][NVVM] Add support for barrier0 operation with predicate (PR #167036)

Guray Ozen llvmlistbot at llvm.org
Mon Nov 10 03:28:25 PST 2025


================
@@ -991,6 +1008,7 @@ def NVVM_BarrierOp : NVVM_Op<"barrier", [AttrSizedOperandSegments]> {
     - `numberOfThreads`: Specifies the number of threads participating in the barrier. 
       When specified, the value must be a multiple of the warp size. If not specified, 
       all threads in the CTA participate in the barrier.
+    - `reductionOp`
----------------
grypp wrote:

missing doc

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


More information about the Mlir-commits mailing list