Skip to content

Commit 395cd33

Browse files
committed
AMDGPU: Remove trailing whitespace from documentation
1 parent e3fd8f8 commit 395cd33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)