[llvm] db27905 - [AMDGPU] Remove trailing spaces in AMDGPUUsage.rst
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 00:03:04 PDT 2024
Author: pvanhout
Date: 2024-07-12T09:02:46+02:00
New Revision: db27905a0b630bc574f44c5b1f0d054c9c573239
URL: https://github.com/llvm/llvm-project/commit/db27905a0b630bc574f44c5b1f0d054c9c573239
DIFF: https://github.com/llvm/llvm-project/commit/db27905a0b630bc574f44c5b1f0d054c9c573239.diff
LOG: [AMDGPU] Remove trailing spaces in AMDGPUUsage.rst
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index f7748391bd6f7..117fc2cf6bbbc 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -1229,20 +1229,20 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
operation within a row (16 contiguous lanes) of the second input operand.
The third and fourth inputs must be scalar values. these are combined into
a single 64-bit value representing lane selects used to swizzle within each
- row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>,
+ row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>,
<2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the 32-bit vectors.
llvm.amdgcn.permlanex16 Provides direct access to v_permlanex16_b32. Performs arbitrary gather-style
operation across two rows of the second input operand (each row is 16 contiguous
lanes). The third and fourth inputs must be scalar values. these are combined
into a single 64-bit value representing lane selects used to swizzle within each
- row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>, <2 x half>,
+ row. Currently implemented for i16, i32, float, half, bfloat, <2 x i16>, <2 x half>,
<2 x bfloat>, i64, double, pointers, multiples of the 32-bit vectors.
llvm.amdgcn.permlane64 Provides direct access to v_permlane64_b32. Performs a specific permutation across
lanes of the input operand where the high half and low half of a wave64 are swapped.
- Performs no operation in wave32 mode. Currently implemented for i16, i32, float, half,
- bfloat, <2 x i16>, <2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the
+ Performs no operation in wave32 mode. Currently implemented for i16, i32, float, half,
+ bfloat, <2 x i16>, <2 x half>, <2 x bfloat>, i64, double, pointers, multiples of the
32-bit vectors.
llvm.amdgcn.udot2 Provides direct access to v_dot2_u32_u16 across targets which
More information about the llvm-commits
mailing list