summaryrefslogtreecommitdiffstats
path: root/docs/CompileCudaWithLLVM.rst
Commit message (Expand)AuthorAgeFilesLines
* [Docs] Update docs to indicate that CUDA compilation is supported on Windows.Justin Lebar2017-01-051-2/+2
* [CUDA] Note in docs that you need to build with -lcudart on MacOSJustin Lebar2016-11-221-0/+4
* [CUDA] Update docs to indicate that MacOS is now supported.Justin Lebar2016-11-181-0/+3
* [CUDA] Update docs; CUDA 8.0 is supported as of a while ago.Justin Lebar2016-11-181-2/+1
* [CUDA] Update docs to indicate that clang now supports std::complex in CUDA m...Justin Lebar2016-11-171-10/+3
* [CUDA] [doc] Note that you can use std::min/max from device code with C++14.Justin Lebar2016-09-161-4/+10
* [doc] [CUDA] Add sections about STL support and differences between nvcc and ...Justin Lebar2016-09-151-2/+336
* [CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...Justin Lebar2016-09-071-52/+45
* [CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...Justin Lebar2016-09-071-0/+5
* [CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.Justin Lebar2016-09-071-16/+16
* [CUDA] Fix typo in link in CompileCudaWithLLVM.Justin Lebar2016-09-071-1/+1
* [CUDA] Move AXPY example into gist.Justin Lebar2016-09-071-86/+59
* [CUDA] Simplify build/install instructions in CompileCudaWithLLVM.rst.Justin Lebar2016-09-071-43/+25
* [CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.Justin Lebar2016-09-071-4/+4
* [CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc.Justin Lebar2016-09-071-0/+7
* [CUDA] Add section to docs about controlling fp optimizations.Justin Lebar2016-05-251-0/+40
* [docs] Add gpucc publication and tutorial.Jingyue Wu2016-03-301-4/+16
* [CUDA] Update docs to reflect that we no longer define __NVCC__.Justin Lebar2016-03-231-4/+5
* [CUDA] Add documentation explaining how to detect clang vs nvcc.Justin Lebar2016-03-211-0/+28
* [doc] Obtaining help on LLVM's CUDA support.Jingyue Wu2016-02-231-0/+6
* [doc] improve the doc for CUDAJingyue Wu2016-01-301-17/+21
* [doc] fix a wrong linkJingyue Wu2015-11-181-1/+1
* [doc] simplify the doc on compiling CUDAJingyue Wu2015-11-181-26/+3
* [doc] Compile CUDA with LLVMJingyue Wu2015-11-101-0/+192