[llvm] r287289 - [CUDA] Update docs; CUDA 8.0 is supported as of a while ago.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 16:41:40 PST 2016


Author: jlebar
Date: Thu Nov 17 18:41:40 2016
New Revision: 287289

URL: http://llvm.org/viewvc/llvm-project?rev=287289&view=rev
Log:
[CUDA] Update docs; CUDA 8.0 is supported as of a while ago.

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=287289&r1=287288&r2=287289&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Thu Nov 17 18:41:40 2016
@@ -33,8 +33,7 @@ for details.  Note that clang `does not
 <https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed
 by many Linux package managers; you probably need to install nvidia's package.
 
-You will need CUDA 7.0 or 7.5 to compile with clang.  CUDA 8 support is in the
-works.
+You will need CUDA 7.0, 7.5, or 8.0 to compile with clang.
 
 Invoking clang
 --------------




More information about the llvm-commits mailing list