[llvm] 022c8d4 - AMDGPU [NFC]: Fix a few typos in docs AMDGPUUsage.rst

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 14:26:25 PST 2022


Author: Changpeng Fang
Date: 2022-02-02T14:22:52-08:00
New Revision: 022c8d4a3fe86bd61849d104603de3154af8a3a5

URL: https://github.com/llvm/llvm-project/commit/022c8d4a3fe86bd61849d104603de3154af8a3a5
DIFF: https://github.com/llvm/llvm-project/commit/022c8d4a3fe86bd61849d104603de3154af8a3a5.diff

LOG: AMDGPU [NFC]: Fix a few typos in docs AMDGPUUsage.rst

Summery:
  Fix a few typos in docs AMDGPUUsage.rst

Differential Revision:
  https://reviews.llvm.org/D118272

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 34c386893a87c..9804eda06f1ca 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -3519,7 +3519,7 @@ Code object V5 metadata is the same as
                                                        support a last work-group in each dimension being partial.
                                                        This count only includes the non-partial work-group count.
                                                        This is not the same as the value in the AQL dispatch packet,
-                                                       which has the grid size in work-items. If the grid dimentionality
+                                                       which has the grid size in work-items. If the grid dimensionality
                                                        is 1, then must be 1.
 
                                                      "hidden_block_count_z"
@@ -3528,7 +3528,7 @@ Code object V5 metadata is the same as
                                                        support a last work-group in each dimension being partial.
                                                        This count only includes the non-partial work-group count.
                                                        This is not the same as the value in the AQL dispatch packet,
-                                                       which has the grid size in work-items. If the grid dimentionality
+                                                       which has the grid size in work-items. If the grid dimensionality
                                                        is 1 or 2, then must be 1.
 
                                                      "hidden_group_size_x"
@@ -3541,15 +3541,15 @@ Code object V5 metadata is the same as
                                                        The grid dispatch work-group size for the Y dimension is
                                                        passed in the kernarg. This size only applies to the
                                                        non-partial work-groups. This is the same value as the AQL
-                                                       dispatch packet work-group size. If the grid dimentionality
+                                                       dispatch packet work-group size. If the grid dimensionality
                                                        is 1, then must be 1.
 
                                                      "hidden_group_size_z"
                                                        The grid dispatch work-group size for the Z dimension is
                                                        passed in the kernarg. This size only applies to the
                                                        non-partial work-groups. This is the same value as the AQL
-                                                       dispatch packet work-group size. If the grid dimentionality
-                                                       is 1, then must be 1 or 2.
+                                                       dispatch packet work-group size. If the grid dimensionality
+                                                       is 1 or 2, then must be 1.
 
                                                      "hidden_remainder_x"
                                                        The grid dispatch work group size of the the partial work group
@@ -3567,8 +3567,8 @@ Code object V5 metadata is the same as
                                                        work group does not exist in the Z dimension.
 
                                                      "hidden_grid_dims"
-                                                       The grid dispatch dimentionality. This is the same value
-                                                       as the AQL dispatch packet dimentionality. Must be a value
+                                                       The grid dispatch dimensionality. This is the same value
+                                                       as the AQL dispatch packet dimensionality. Must be a value
                                                        between 1 and 3.
 
                                                      "hidden_private_base"


        


More information about the llvm-commits mailing list