[PATCH] D28326: [Docs] Update docs to indicate that CUDA compilation is supported on Windows.

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 09:05:22 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291139: [Docs] Update docs to indicate that CUDA compilation is supported on Windows. (authored by jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D28326?vs=83134&id=83262#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28326

Files:
  llvm/trunk/docs/CompileCudaWithLLVM.rst


Index: llvm/trunk/docs/CompileCudaWithLLVM.rst
===================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst
+++ llvm/trunk/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-05.
 
 Invoking clang
 --------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28326.83262.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170105/74b5e8c2/attachment.bin>


More information about the cfe-commits mailing list