File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -999,21 +999,21 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
999999 marked with the :ref:`afn <fastmath_afn>` flag.
10001000
10011001 llvm.amdgcn.wave.reduce.umin Performs an arithmetic unsigned min reduction on the unsigned values
1002- provided by each lane in the wavefront.
1002+ provided by each lane in the wavefront.
10031003 Intrinsic takes a hint for reduction strategy using second operand
10041004 0: Target default preference,
10051005 1: `Iterative strategy`, and
1006- 2: `DPP`.
1006+ 2: `DPP`.
10071007 If target does not support the DPP operations (e.g. gfx6/7),
10081008 reduction will be performed using default iterative strategy.
10091009 Intrinsic is currently only implemented for i32.
10101010
1011- llvm.amdgcn.wave.reduce.umax Performs an arithmetic unsigned max reduction on the unsigned values
1011+ llvm.amdgcn.wave.reduce.umax Performs an arithmetic unsigned max reduction on the unsigned values
10121012 provided by each lane in the wavefront.
10131013 Intrinsic takes a hint for reduction strategy using second operand
10141014 0: Target default preference,
10151015 1: `Iterative strategy`, and
1016- 2: `DPP`.
1016+ 2: `DPP`.
10171017 If target does not support the DPP operations (e.g. gfx6/7),
10181018 reduction will be performed using default iterative strategy.
10191019 Intrinsic is currently only implemented for i32.
You can’t perform that action at this time.
0 commit comments