[PATCH] D118908: [AMDGPU][NFC] AMDGPUUsage.rst: fix wording.
Lancelot SIX via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 07:16:33 PST 2022
lancesix created this revision.
lancesix added reviewers: t-tye, scott.linder.
Herald added subscribers: kerbowa, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
lancesix requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Fix fording in AMDUSAGE.rst.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118908
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -3617,9 +3617,9 @@
executed is obtained.
2. A pointer to the kernel descriptor (see
:ref:`amdgpu-amdhsa-kernel-descriptor`) of the kernel to execute is obtained.
- It must be for a kernel that is contained in a code object that that was
- loaded by an HSA compatible runtime on the kernel agent with which the AQL
- queue is associated.
+ It must be for a kernel that is contained in a code object that was loaded
+ by an HSA compatible runtime on the kernel agent with which the AQL queue is
+ associated.
3. Space is allocated for the kernel arguments using the HSA compatible runtime
allocator for a memory region with the kernarg property for the kernel agent
that will execute the kernel. It must be at least 16-byte aligned.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118908.405632.patch
Type: text/x-patch
Size: 925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/250bf215/attachment-0001.bin>
More information about the llvm-commits
mailing list