From: Jingyue Wu Date: Wed, 18 Nov 2015 01:59:05 +0000 (+0000) Subject: [doc] simplify the doc on compiling CUDA X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=446c5db587a09a941bfbaefbb8609037116edf77 [doc] simplify the doc on compiling CUDA CUDA support doesn't reply on temporary patches any more. Thanks Artem! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst index e3b9d872db4..7c1c8f48f7b 100644 --- a/docs/CompileCudaWithLLVM.rst +++ b/docs/CompileCudaWithLLVM.rst @@ -18,11 +18,9 @@ familiarity with CUDA. Information about CUDA programming can be found in the How to Build LLVM with CUDA Support =================================== -The support for CUDA is still in progress and temporarily relies on `this patch -`_. Below is a quick summary of downloading and -building LLVM with CUDA support. Consult the `Getting Started -`_ page for more details on setting -up LLVM. +Below is a quick summary of downloading and building LLVM. Consult the `Getting +Started `_ page for more details on +setting up LLVM. #. Checkout LLVM @@ -39,27 +37,6 @@ up LLVM. $ cd llvm/tools $ svn co http://llvm.org/svn/llvm-project/cfe/trunk clang -#. Apply the temporary patch for CUDA support. - - If you have installed `Arcanist - `_, - you can apply this patch using - - .. code-block:: console - - $ cd where-you-want-llvm-to-live - $ cd llvm/tools/clang - $ arc patch D14452 - - Otherwise, go to `its review page `_, - download the raw diff, and apply it manually using - - .. code-block:: console - - $ cd where-you-want-llvm-to-live - $ cd llvm/tools/clang - $ patch -p0 < D14452.diff - #. Configure and build LLVM and Clang .. code-block:: console