summaryrefslogtreecommitdiff
path: root/docs/CompileCudaWithLLVM.rst
AgeCommit message (Expand)Author
2017-01-05[Docs] Update docs to indicate that CUDA compilation is supported on Windows.Justin Lebar
2016-11-22[CUDA] Note in docs that you need to build with -lcudart on MacOSJustin Lebar
2016-11-18[CUDA] Update docs to indicate that MacOS is now supported.Justin Lebar
2016-11-18[CUDA] Update docs; CUDA 8.0 is supported as of a while ago.Justin Lebar
2016-11-17[CUDA] Update docs to indicate that clang now supports std::complex in CUDA m...Justin Lebar
2016-09-16[CUDA] [doc] Note that you can use std::min/max from device code with C++14.Justin Lebar
2016-09-15[doc] [CUDA] Add sections about STL support and differences between nvcc and ...Justin Lebar
2016-09-07[CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...Justin Lebar
2016-09-07[CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...Justin Lebar
2016-09-07[CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.Justin Lebar
2016-09-07[CUDA] Fix typo in link in CompileCudaWithLLVM.Justin Lebar
2016-09-07[CUDA] Move AXPY example into gist.Justin Lebar
2016-09-07[CUDA] Simplify build/install instructions in CompileCudaWithLLVM.rst.Justin Lebar
2016-09-07[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.Justin Lebar
2016-09-07[CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc.Justin Lebar
2016-05-25[CUDA] Add section to docs about controlling fp optimizations.Justin Lebar
2016-03-30[docs] Add gpucc publication and tutorial.Jingyue Wu
2016-03-23[CUDA] Update docs to reflect that we no longer define __NVCC__.Justin Lebar
2016-03-21[CUDA] Add documentation explaining how to detect clang vs nvcc.Justin Lebar
2016-02-23[doc] Obtaining help on LLVM's CUDA support.Jingyue Wu
2016-01-30[doc] improve the doc for CUDAJingyue Wu
2015-11-18[doc] fix a wrong linkJingyue Wu
2015-11-18[doc] simplify the doc on compiling CUDAJingyue Wu
2015-11-10[doc] Compile CUDA with LLVMJingyue Wu