[llvm] r304853 - Try to work around possible bugs in version of Shpinx on buildserver.
Tony Tye via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 17:46:09 PDT 2017
Author: t-tye
Date: Tue Jun 6 19:46:08 2017
New Revision: 304853
URL: http://llvm.org/viewvc/llvm-project?rev=304853&view=rev
Log:
Try to work around possible bugs in version of Shpinx on buildserver.
Builds sucessfully with Sphinx v1.5.5
Differential Revision: https://reviews.llvm.org/D33736
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=304853&r1=304852&r2=304853&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Tue Jun 6 19:46:08 2017
@@ -1468,9 +1468,9 @@ CP microcode requires the Kernel descrit
.. table:: compute_pgm_rsrc1 for GFX6-GFX9
:name: amdgpu-amdhsa-compute_pgm_rsrc1_t-gfx6-gfx9-table
- ======= ======= =============================== ===========================
+ ======= ======= =============================== ===========================================================================
Bits Size Field Name Description
- ======= ======= =============================== ===========================
+ ======= ======= =============================== ===========================================================================
5:0 6 bits granulated_workitem_vgpr_count Number of vector registers
used by each work-item,
granularity is device
@@ -1626,16 +1626,16 @@ CP microcode requires the Kernel descrit
``COMPUTE_PGM_RSRC1.CDBG_USER``.
31:26 6 bits Reserved. Must be 0.
32 **Total size 4 bytes**
- ======= ===================================================================
+ ======= ===================================================================================================================
..
.. table:: compute_pgm_rsrc2 for GFX6-GFX9
:name: amdgpu-amdhsa-compute_pgm_rsrc2-gfx6-gfx9-table
- ======= ======= =============================== ===========================
+ ======= ======= =============================== ===========================================================================
Bits Size Field Name Description
- ======= ======= =============================== ===========================
+ ======= ======= =============================== ===========================================================================
0 1 bit enable_sgpr_private_segment Enable the setup of the
_wave_offset SGPR wave scratch offset
system register (see
@@ -1783,7 +1783,7 @@ CP microcode requires the Kernel descrit
only)
31 1 bit Reserved. Must be 0.
32 **Total size 4 bytes.**
- ======= ===================================================================
+ ======= ===================================================================================================================
..
More information about the llvm-commits
mailing list