[llvm] r261706 - [doc] Obtaining help on LLVM's CUDA support.

Jingyue Wu via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 15:34:49 PST 2016


Author: jingyue
Date: Tue Feb 23 17:34:49 2016
New Revision: 261706

URL: http://llvm.org/viewvc/llvm-project?rev=261706&view=rev
Log:
[doc] Obtaining help on LLVM's CUDA support.

Modified:
    llvm/trunk/docs/CompileCudaWithLLVM.rst

Modified: llvm/trunk/docs/CompileCudaWithLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompileCudaWithLLVM.rst?rev=261706&r1=261705&r2=261706&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Tue Feb 23 17:34:49 2016
@@ -171,3 +171,9 @@ customizable target-independent optimiza
   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>`_.




More information about the llvm-commits mailing list