diff options
author | Justin Lebar <jlebar@google.com> | 2016-11-18 00:42:00 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-11-18 00:42:00 +0000 |
commit | 2d2292009ff6715e1432a29e28d1303a1e36dacc (patch) | |
tree | 1913c0d0300e975a39321f8c6589a62363b3f5d8 /llvm/docs | |
parent | 7880141d2bc24eb2d4949cf8ad991948c6669591 (diff) | |
download | bcm5719-llvm-2d2292009ff6715e1432a29e28d1303a1e36dacc.tar.gz bcm5719-llvm-2d2292009ff6715e1432a29e28d1303a1e36dacc.zip |
[CUDA] Update docs to indicate that MacOS is now supported.
llvm-svn: 287290
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 585a5e744fa..8b29624d65d 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/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 -------------- |