From: Justin Lebar Date: Fri, 18 Nov 2016 00:41:40 +0000 (+0000) Subject: [CUDA] Update docs; CUDA 8.0 is supported as of a while ago. X-Git-Tag: android-x86-7.1-r4~24328 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=46f85978dc6e093ac1fc43abbe2c2530392a936e;p=android-x86%2Fexternal-llvm.git [CUDA] Update docs; CUDA 8.0 is supported as of a while ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287289 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst index a9a17172ef4..585a5e744fa 100644 --- a/docs/CompileCudaWithLLVM.rst +++ b/docs/CompileCudaWithLLVM.rst @@ -33,8 +33,7 @@ for details. Note that clang `does not support `_ 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 --------------