projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802182f
)
[doc] Obtaining help on LLVM's CUDA support.
author
Jingyue Wu
<jingyue@google.com>
Tue, 23 Feb 2016 23:34:49 +0000
(23:34 +0000)
committer
Jingyue Wu
<jingyue@google.com>
Tue, 23 Feb 2016 23:34:49 +0000
(23:34 +0000)
llvm-svn: 261706
llvm/docs/CompileCudaWithLLVM.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/CompileCudaWithLLVM.rst
b/llvm/docs/CompileCudaWithLLVM.rst
index
aeaf81d
..
159e0c0
100644
(file)
--- a/
llvm/docs/CompileCudaWithLLVM.rst
+++ b/
llvm/docs/CompileCudaWithLLVM.rst
@@
-171,3
+171,9
@@
customizable target-independent optimization pipeline.
32-bit ones on NVIDIA GPUs due to lack of a divide unit. Many of the 64-bit
divides in our benchmarks have a divisor and dividend which fit in 32-bits at
runtime. This optimization provides a fast path for this common case.
+
+Obtaining Help
+==============
+
+To obtain help on LLVM in general and its CUDA support, see `the LLVM
+community <http://llvm.org/docs/#mailing-lists>`_.