[PATCH] D86206: [NFC] Fix typo in AMDGPU doc

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 07:33:49 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0313c540c2c7: [NFC] Fix typo in AMDGPU doc (authored by madhur13490).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86206/new/

https://reviews.llvm.org/D86206

Files:
  llvm/docs/AMDGPUUsage.rst


Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -7317,7 +7317,7 @@
 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 @@
 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 @@
 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86206.286558.patch
Type: text/x-patch
Size: 1409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/0900895e/attachment.bin>


More information about the llvm-commits mailing list