OSDN Git Service

android: shared_llvm.mk: add libLLVMOrcJIT to llvm_device_static_libraries
[android-x86/external-llvm.git] / docs / CompileCudaWithLLVM.rst
2019-01-29 James Y KnightAdjust documentation for git migration.
2018-11-16 Artem BelevichAdded missing whitespace in the link.
2018-11-16 Artem Belevich[CUDA] updated CompileCudaWithLLVM.rst
2017-01-05 Justin Lebar[Docs] Update docs to indicate that CUDA compilation...
2016-11-22 Justin Lebar[CUDA] Note in docs that you need to build with -lcudar...
2016-11-18 Justin Lebar[CUDA] Update docs to indicate that MacOS is now supported.
2016-11-18 Justin Lebar[CUDA] Update docs; CUDA 8.0 is supported as of a while...
2016-11-17 Justin Lebar[CUDA] Update docs to indicate that clang now supports...
2016-09-16 Justin Lebar[CUDA] [doc] Note that you can use std::min/max from...
2016-09-15 Justin Lebar[doc] [CUDA] Add sections about STL support and differe...
2016-09-07 Justin Lebar[CUDA] Rework "optimizations" and "publication" section...
2016-09-07 Justin Lebar[CUDA] Clarify that -l and -L only need to be passed...
2016-09-07 Justin Lebar[CUDA] Further reformat "invoking clang" section of...
2016-09-07 Justin Lebar[CUDA] Fix typo in link in CompileCudaWithLLVM.
2016-09-07 Justin Lebar[CUDA] Move AXPY example into gist.
2016-09-07 Justin Lebar[CUDA] Simplify build/install instructions in CompileCu...
2016-09-07 Justin Lebar[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
2016-09-07 Justin Lebar[CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaW...
2016-05-25 Justin Lebar[CUDA] Add section to docs about controlling fp optimiz...
2016-03-30 Jingyue Wu[docs] Add gpucc publication and tutorial.
2016-03-23 Justin Lebar[CUDA] Update docs to reflect that we no longer define...
2016-03-21 Justin Lebar[CUDA] Add documentation explaining how to detect clang...
2016-02-23 Jingyue Wu[doc] Obtaining help on LLVM's CUDA support.
2016-01-30 Jingyue Wu[doc] improve the doc for CUDA
2015-11-18 Jingyue Wu[doc] fix a wrong link
2015-11-18 Jingyue Wu[doc] simplify the doc on compiling CUDA
2015-11-10 Jingyue Wu[doc] Compile CUDA with LLVM