[doc] Obtaining help on LLVM's CUDA support.
authorJingyue Wu <jingyue@google.com>
Tue, 23 Feb 2016 23:34:49 +0000 (23:34 +0000)
committerJingyue Wu <jingyue@google.com>
Tue, 23 Feb 2016 23:34:49 +0000 (23:34 +0000)
llvm-svn: 261706

llvm/docs/CompileCudaWithLLVM.rst

index aeaf81d..159e0c0 100644 (file)
@@ -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>`_.