[PATCH] D24724: AMDGPU: Improve documentation.

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 13:58:36 PDT 2016


tstellarAMD added inline comments.

================
Comment at: docs/AMDGPUUsage.rst:11-19
@@ -10,2 +10,11 @@
 
+The following additional documentation is available:
+
+* AMD GCN3 Instruction Set Architecture: `PDF <http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_GCN3_Instruction_Set_Architecture_rev1.1.pdf>`__
+
+* Southern Islands Series Instruction Set Architecture: `PDF <http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/07/AMD_Southern_Islands_Instruction_Set_Architecture1.pdf>`__
+
+* R600-Family Instruction Set Architecture: `PDF <http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2012/10/r600isa.pdf>`__
+
+* AMDGPU Compute Application Binary Interface: `MD <https://github.com/RadeonOpenCompute/ROCm-ComputeABI-Doc/blob/master/AMDGPU-ABI.md>`__
 
----------------
The convention is to put these in CompilerWriterInfo.rst Maybe we move these to this file and then add a link to it.


https://reviews.llvm.org/D24724





More information about the llvm-commits mailing list