diff options
author | Jingyue Wu <jingyue@google.com> | 2016-02-23 23:34:49 +0000 |
---|---|---|
committer | Jingyue Wu <jingyue@google.com> | 2016-02-23 23:34:49 +0000 |
commit | bec78181d3b25d9d76c21a599162d2746122d541 (patch) | |
tree | f64d590d298b6e0b6ddd34e732b0de53acad7000 /llvm/docs/CompileCudaWithLLVM.rst | |
parent | 802182f4e0bc189af9d5ea9c0122aa94c7592277 (diff) | |
download | bcm5719-llvm-bec78181d3b25d9d76c21a599162d2746122d541.tar.gz bcm5719-llvm-bec78181d3b25d9d76c21a599162d2746122d541.zip |
[doc] Obtaining help on LLVM's CUDA support.
llvm-svn: 261706
Diffstat (limited to 'llvm/docs/CompileCudaWithLLVM.rst')
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index aeaf81db9fe..159e0c0e5b3 100644 --- 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>`_. |