From: Justin Lebar Date: Fri, 18 Nov 2016 00:42:00 +0000 (+0000) Subject: [CUDA] Update docs to indicate that MacOS is now supported. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e65e5ddefea2c44a52ef9a815e4ace04e9074e7f;p=llvm [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 --- 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 --------------