diff options
author | Justin Lebar <jlebar@google.com> | 2017-01-05 16:54:28 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2017-01-05 16:54:28 +0000 |
commit | e2cd288f57b6a20ee095645334d11d0baddd140a (patch) | |
tree | c53409584154aa660cb2e7b5713dc720b04d42a3 /llvm/docs/CompileCudaWithLLVM.rst | |
parent | b8f7a3b8b17b7c17d842771af1f44ec991fb73f8 (diff) | |
download | bcm5719-llvm-e2cd288f57b6a20ee095645334d11d0baddd140a.tar.gz bcm5719-llvm-e2cd288f57b6a20ee095645334d11d0baddd140a.zip |
[Docs] Update docs to indicate that CUDA compilation is supported on Windows.
Subscribers: cfe-commits, llvm-commits
Differential Revision: https://reviews.llvm.org/D28326
llvm-svn: 291139
Diffstat (limited to 'llvm/docs/CompileCudaWithLLVM.rst')
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index af681aeead6..6ad8652cfc1 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/docs/CompileCudaWithLLVM.rst @@ -35,8 +35,8 @@ by many Linux package managers; you probably need to install nvidia's package. You will need CUDA 7.0, 7.5, or 8.0 to compile with clang. -CUDA compilation is supported on Linux, and on MacOS as of XXXX-XX-XX. Windows -support is planned but not yet in place. +CUDA compilation is supported on Linux, on MacOS as of 2016-11-18, and on +Windows as of 2017-01-05. Invoking clang -------------- |