summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJustin Holewinski <jholewinski@nvidia.com>2013-03-30 16:41:14 +0000
committerJustin Holewinski <jholewinski@nvidia.com>2013-03-30 16:41:14 +0000
commit531ebc8a3cf0fdc5c30d072ab356283ce8dd145f (patch)
treeb4f2149d96d74a549b65a21c6ba52dd4c9f6a480 /docs/index.rst
parent42734cfb4140287d59d3b35718d62b5f90737499 (diff)
downloadllvm-531ebc8a3cf0fdc5c30d072ab356283ce8dd145f.tar.gz
llvm-531ebc8a3cf0fdc5c30d072ab356283ce8dd145f.tar.bz2
llvm-531ebc8a3cf0fdc5c30d072ab356283ce8dd145f.tar.xz
Add start of user documentation for NVPTX
Summary: This is the beginning of user documentation for the NVPTX back-end. I want to ensure I am integrating this properly into the rest of the LLVM documentation. Differential Revision: http://llvm-reviews.chandlerc.com/D600 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index fcfb3953da..c3bb8089da 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -224,6 +224,7 @@ For API clients and LLVM developers.
WritingAnLLVMPass
TableGen/LangRef
HowToUseAttributes
+ NVPTXUsage
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -292,6 +293,10 @@ For API clients and LLVM developers.
:doc:`HowToUseAttributes`
Answers some questions about the new Attributes infrastructure.
+:doc:`NVPTXUsage`
+ This document describes using the NVPTX back-end to compile GPU kernels.
+
+
Development Process Documentation
=================================