[llvm] 0460172 - [AMDGPU][NFC] AMDGPUUsage.rst: fix wording.
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 17:06:27 PST 2022
Author: Lancelot Six
Date: 2022-02-07T20:06:17-05:00
New Revision: 046017291f1279d1f84b6ed21546a4bfaefc8b03
URL: https://github.com/llvm/llvm-project/commit/046017291f1279d1f84b6ed21546a4bfaefc8b03
DIFF: https://github.com/llvm/llvm-project/commit/046017291f1279d1f84b6ed21546a4bfaefc8b03.diff
LOG: [AMDGPU][NFC] AMDGPUUsage.rst: fix wording.
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 9804eda06f1c..4233edd899ee 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -3617,9 +3617,9 @@ CPU host program, or from an HSA kernel executing on a GPU.
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.
More information about the llvm-commits
mailing list