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.
999
999
marked with the :ref:`afn <fastmath_afn>` flag.
1000
1000
1001
1001
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.
1003
1003
Intrinsic takes a hint for reduction strategy using second operand
1004
1004
0: Target default preference,
1005
1005
1: `Iterative strategy`, and
1006
- 2: `DPP`.
1006
+ 2: `DPP`.
1007
1007
If target does not support the DPP operations (e.g. gfx6/7),
1008
1008
reduction will be performed using default iterative strategy.
1009
1009
Intrinsic is currently only implemented for i32.
1010
1010
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
1012
1012
provided by each lane in the wavefront.
1013
1013
Intrinsic takes a hint for reduction strategy using second operand
1014
1014
0: Target default preference,
1015
1015
1: `Iterative strategy`, and
1016
- 2: `DPP`.
1016
+ 2: `DPP`.
1017
1017
If target does not support the DPP operations (e.g. gfx6/7),
1018
1018
reduction will be performed using default iterative strategy.
1019
1019
Intrinsic is currently only implemented for i32.
You can’t perform that action at this time.
0 commit comments