]> granicus.if.org Git - llvm/commitdiff
[Docs] Update docs to indicate that CUDA compilation is supported on Windows.
authorJustin Lebar <jlebar@google.com>
Thu, 5 Jan 2017 16:54:28 +0000 (16:54 +0000)
committerJustin Lebar <jlebar@google.com>
Thu, 5 Jan 2017 16:54:28 +0000 (16:54 +0000)
Subscribers: cfe-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D28326

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291139 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CompileCudaWithLLVM.rst

index af681aeead662dcdcb3c9e0c3744df32b0e6a86b..6ad8652cfc1d527b0ca3b2c8cacdbcbc4aeb712f 100644 (file)
@@ -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
 --------------