[PATCH] D28326: [Docs] Update docs to indicate that CUDA compilation is supported on Windows.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 14:04:36 PST 2017
jlebar created this revision.
jlebar added subscribers: llvm-commits, cfe-commits.
https://reviews.llvm.org/D28326
Files:
llvm/docs/CompileCudaWithLLVM.rst
Index: llvm/docs/CompileCudaWithLLVM.rst
===================================================================
--- llvm/docs/CompileCudaWithLLVM.rst
+++ llvm/docs/CompileCudaWithLLVM.rst
@@ -35,8 +35,8 @@
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-XX.
Invoking clang
--------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28326.83134.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170104/6fbf3e14/attachment.bin>
More information about the llvm-commits
mailing list