[llvm] 0313c54 - [NFC] Fix typo in AMDGPU doc
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 07:33:43 PDT 2020
Author: madhur13490
Date: 2020-08-19T14:33:26Z
New Revision: 0313c540c2c7613df7661c360d204f64b60f68f0
URL: https://github.com/llvm/llvm-project/commit/0313c540c2c7613df7661c360d204f64b60f68f0
DIFF: https://github.com/llvm/llvm-project/commit/0313c540c2c7613df7661c360d204f64b60f68f0.diff
LOG: [NFC] Fix typo in AMDGPU doc
Reviewed By: t-tye, arsenm
Differential Revision: https://reviews.llvm.org/D86206
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index cc250551d39d..478370bb4342 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -7317,7 +7317,7 @@ in :ref:`amdgpu-processors`.
Set to zero each time a
:ref:`amdgpu-amdhsa-assembler-directive-amdgpu_hsa_kernel` directive is
encountered. At each instruction, if the current value of this symbol is less
-than or equal to the maximum VPGR number explicitly referenced within that
+than or equal to the maximum VGPR number explicitly referenced within that
instruction then the symbol value is updated to equal that VGPR number plus
one.
@@ -7327,7 +7327,7 @@ one.
Set to zero each time a
:ref:`amdgpu-amdhsa-assembler-directive-amdgpu_hsa_kernel` directive is
encountered. At each instruction, if the current value of this symbol is less
-than or equal to the maximum VPGR number explicitly referenced within that
+than or equal to the maximum VGPR number explicitly referenced within that
instruction then the symbol value is updated to equal that SGPR number plus
one.
@@ -7494,7 +7494,7 @@ of this symbol is less than or equal to the maximum VGPR number explicitly
referenced within that instruction then the symbol value is updated to equal
that VGPR number plus one.
-May be used to set the `.amdhsa_next_free_vpgr` directive in
+May be used to set the `.amdhsa_next_free_vgpr` directive in
:ref:`amdhsa-kernel-directives-table`.
May be set at any time, e.g. manually set to zero at the start of each kernel.
More information about the llvm-commits
mailing list