[llvm] r320087 - [AMDGPU] Fix typo in Kernel Descriptor for GFX6-GFX9

Mark Searles via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 13:24:27 PST 2017


Author: msearles
Date: Thu Dec  7 13:24:27 2017
New Revision: 320087

URL: http://llvm.org/viewvc/llvm-project?rev=320087&view=rev
Log:
[AMDGPU] Fix typo in Kernel Descriptor for GFX6-GFX9

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

Modified:
    llvm/trunk/docs/AMDGPUUsage.rst

Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=320087&r1=320086&r2=320087&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Thu Dec  7 13:24:27 2017
@@ -1549,7 +1549,7 @@ CP microcode requires the Kernel descrit
                                                      must be executed with the
                                                      specified work-group size
                                                      for Z.
-     383:271 14                                      Reserved, must be 0.
+     383:272 14                                      Reserved, must be 0.
              bytes
      415:384 4 bytes ComputePgmRsrc1                 Compute Shader (CS)
                                                      program settings used by




More information about the llvm-commits mailing list