Skip to content

Commit db1ee18

Browse files
committed
NFC: Typo fix
Change-Id: I08470bc617490558250136ea35a4964003fa9981
1 parent c725a95 commit db1ee18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
13271327
with the fifth i32 operand. The i1 sixth operand is used to clamp
13281328
the output. The i1s preceding the vector operands decide the signedness.
13291329

1330-
llvm.amdgcn.sched_barrier Controls the types of instructions that may be allowed to cross the intrinsic
1330+
llvm.amdgcn.sched.barrier Controls the types of instructions that may be allowed to cross the intrinsic
13311331
during instruction scheduling. The parameter is a mask for the instruction types
13321332
that can cross the intrinsic.
13331333

@@ -1345,7 +1345,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
13451345
- 0x0200: All DS write instructions may be scheduled across sched_barrier.
13461346
- 0x0400: All Transcendental (e.g. V_EXP) instructions may be scheduled across sched_barrier.
13471347

1348-
llvm.amdgcn.sched_group_barrier Creates schedule groups with specific properties to create custom scheduling
1348+
llvm.amdgcn.sched.group.barrier Creates schedule groups with specific properties to create custom scheduling
13491349
pipelines. The ordering between groups is enforced by the instruction scheduler.
13501350
The intrinsic applies to the code that preceeds the intrinsic. The intrinsic
13511351
takes three values that control the behavior of the schedule groups.
@@ -1369,7 +1369,7 @@ The AMDGPU backend implements the following LLVM IR intrinsics.
13691369
| ``// 5 MFMA``
13701370
| ``__builtin_amdgcn_sched_group_barrier(8, 5, 0)``
13711371

1372-
llvm.amdgcn.iglp_opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
1372+
llvm.amdgcn.iglp.opt An **experimental** intrinsic for instruction group level parallelism. The intrinsic
13731373
implements predefined intruction scheduling orderings. The intrinsic applies to the
13741374
surrounding scheduling region. The intrinsic takes a value that specifies the
13751375
strategy. The compiler implements two strategies.

0 commit comments

Comments
 (0)