Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison docs/CompileCudaWithLLVM.rst @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 1172e4bd9c6f |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
33 <https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed | 33 <https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed |
34 by many Linux package managers; you probably need to install nvidia's package. | 34 by many Linux package managers; you probably need to install nvidia's package. |
35 | 35 |
36 You will need CUDA 7.0, 7.5, or 8.0 to compile with clang. | 36 You will need CUDA 7.0, 7.5, or 8.0 to compile with clang. |
37 | 37 |
38 CUDA compilation is supported on Linux, and on MacOS as of XXXX-XX-XX. Windows | 38 CUDA compilation is supported on Linux, on MacOS as of 2016-11-18, and on |
39 support is planned but not yet in place. | 39 Windows as of 2017-01-05. |
40 | 40 |
41 Invoking clang | 41 Invoking clang |
42 -------------- | 42 -------------- |
43 | 43 |
44 Invoking clang for CUDA compilation works similarly to compiling regular C++. | 44 Invoking clang for CUDA compilation works similarly to compiling regular C++. |