[PATCH] D40981: [AMDGPU] Fix typo in Kernel Descriptor for GFX6-GFX9
Mark Searles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 12:54:34 PST 2017
msearles created this revision.
Herald added subscribers: tpr, dstuttard, yaxunl, nhaehnle, wdng.
Fix typo in Kernel Descriptor for GFX6-GFX9
https://reviews.llvm.org/D40981
Files:
docs/AMDGPUUsage.rst
Index: docs/AMDGPUUsage.rst
===================================================================
--- docs/AMDGPUUsage.rst
+++ docs/AMDGPUUsage.rst
@@ -1549,7 +1549,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40981.126023.patch
Type: text/x-patch
Size: 712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/6e485ad0/attachment.bin>
More information about the llvm-commits
mailing list