summaryrefslogtreecommitdiff
path: root/docs/CompileCudaWithLLVM.rst
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-11-18 00:42:00 +0000
committerJustin Lebar <jlebar@google.com>2016-11-18 00:42:00 +0000
commite65e5ddefea2c44a52ef9a815e4ace04e9074e7f (patch)
tree2a127cbd1f7c5de4205be50063a869b1412cd72f /docs/CompileCudaWithLLVM.rst
parent46f85978dc6e093ac1fc43abbe2c2530392a936e (diff)
[CUDA] Update docs to indicate that MacOS is now supported.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompileCudaWithLLVM.rst')
-rw-r--r--docs/CompileCudaWithLLVM.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst
index 585a5e744fa..8b29624d65d 100644
--- a/docs/CompileCudaWithLLVM.rst
+++ b/docs/CompileCudaWithLLVM.rst
@@ -35,6 +35,9 @@ 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.
+
Invoking clang
--------------