[AMDGPU][NFC] AMDGPUUsage.rst: fix wording.
authorLancelot Six <lancelot.six@amd.com>
Tue, 8 Feb 2022 00:06:13 +0000 (19:06 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 8 Feb 2022 01:06:17 +0000 (20:06 -0500)
llvm/docs/AMDGPUUsage.rst

index 9804eda..4233edd 100644 (file)
@@ -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.