From e65e5ddefea2c44a52ef9a815e4ace04e9074e7f Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 18 Nov 2016 00:42:00 +0000 Subject: [PATCH] [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 --- docs/CompileCudaWithLLVM.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -------------- -- 2.50.1