Skip to content

Commit db27905

Browse files
committed
[AMDGPU] Remove trailing spaces in AMDGPUUsage.rst
1 parent cbc96b9 commit db27905

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
@@ -1229,20 +1229,20 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
12291229
operation within a row (16 contiguous lanes) of the second input operand.
12301230
The third and fourth inputs must be scalar values. these are combined into
12311231
a single 64-bit value representing lane selects used to swizzle within each
1232-
row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>,
1232+
row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>,
12331233
<2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the 32-bit vectors.
12341234

12351235
llvm.amdgcn.permlanex16 Provides direct access to v_permlanex16_b32. Performs arbitrary gather-style
12361236
operation across two rows of the second input operand (each row is 16 contiguous
12371237
lanes). The third and fourth inputs must be scalar values. these are combined
12381238
into a single 64-bit value representing lane selects used to swizzle within each
1239-
row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>, <2 x half>,
1239+
row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>, <2 x half>,
12401240
<2 x bfloat>, i64, double, pointers, multiples of the 32-bit vectors.
12411241

12421242
llvm.amdgcn.permlane64 Provides direct access to v_permlane64_b32. Performs a specific permutation across
12431243
lanes of the input operand where the high half and low half of a wave64 are swapped.
1244-
Performs no operation in wave32 mode. Currently implemented for i16, i32, float, half,
1245-
bfloat, <2 x i16>, <2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the
1244+
Performs no operation in wave32 mode. Currently implemented for i16, i32, float, half,
1245+
bfloat, <2 x i16>, <2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the
12461246
32-bit vectors.
12471247

12481248
llvm.amdgcn.udot2 Provides direct access to v_dot2_u32_u16 across targets which

0 commit comments

Comments
 (0)