diff options
author | Justin Holewinski <jholewinski@nvidia.com> | 2013-03-30 16:41:14 +0000 |
---|---|---|
committer | Justin Holewinski <jholewinski@nvidia.com> | 2013-03-30 16:41:14 +0000 |
commit | 45df882045b2854683f9b7d62d1e6455cc7fab2f (patch) | |
tree | 5e1c891a98ba98523c2182525b16a4782c115a07 /llvm/docs/CompilerWriterInfo.rst | |
parent | 9c9e0a2c046e36ef60a596abe0317dbf2807aa8b (diff) | |
download | bcm5719-llvm-45df882045b2854683f9b7d62d1e6455cc7fab2f.tar.gz bcm5719-llvm-45df882045b2854683f9b7d62d1e6455cc7fab2f.zip |
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
llvm-svn: 178428
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.rst')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index 87add670afb..681777c12d0 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -107,6 +107,12 @@ OS X * `Mach-O Runtime Architecture <http://developer.apple.com/documentation/Darwin/RuntimeArchitecture-date.html>`_ * `Notes on Mach-O ABI <http://www.unsanity.org/archives/000044.php>`_ +NVPTX +===== + +* `CUDA Documentation <http://docs.nvidia.com/cuda/index.html>`_ includes the PTX + ISA and Driver API documentation + Miscellaneous Resources ======================= |