diff options
author | Justin Lebar <jlebar@google.com> | 2016-11-18 00:41:40 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-11-18 00:41:40 +0000 |
commit | 7880141d2bc24eb2d4949cf8ad991948c6669591 (patch) | |
tree | 6fd2af6abc9914350658190b804b78afff8b068b /llvm | |
parent | 50fe9853495456f8cd01cef8c46fca4e9e084f58 (diff) | |
download | bcm5719-llvm-7880141d2bc24eb2d4949cf8ad991948c6669591.tar.gz bcm5719-llvm-7880141d2bc24eb2d4949cf8ad991948c6669591.zip |
[CUDA] Update docs; CUDA 8.0 is supported as of a while ago.
llvm-svn: 287289
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index a9a17172ef4..585a5e744fa 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/docs/CompileCudaWithLLVM.rst @@ -33,8 +33,7 @@ for details. Note that clang `does not support <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 -------------- |