summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVIDIA-CUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Teach CMake that NVCC 11 supports cuda_std_17Robert Maynard2020-06-101-0/+11
* Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-221-1/+0
|\
| * CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchainRobert Maynard2020-05-211-1/+0
* | CUDA: Add support for Clang compilerRaul Tambre2020-05-151-0/+4
* | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-0/+5
* | CUDA: Add information for LINKER: pattern translationMarc Chevrier2020-04-191-0/+8
* | CUDA: Refactor PTX compilation flag into compiler modulesRaul Tambre2020-04-071-0/+1
* | CUDA: Abstract language flag to compiler modulesRaul Tambre2020-03-111-0/+2
|/
* Merge branch 'backport-cuda-non-device-link'Brad King2020-02-241-1/+1
|\
| * Ninja: Do not use nvcc response files with non-nvcc toolsFrancisco Facioni2020-02-241-1/+1
* | CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+5
* | CUDA: Fix compiler option version checks for nvcc 10.2.19Raul Tambre2020-01-031-2/+2
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-6/+19
* | CUDA: get header deps from compiler invocation when possibleRobert Maynard2019-11-291-0/+7
* | CUDA: forward unknown flags to host compiler when possible.Robert Maynard2019-11-291-0/+16
* | CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-061-0/+1
|/
* Ninja: Add support for CUDA nvcc response filesFrancisco Facioni2019-06-031-0/+5
* CMakeDetermineCompilerABI: pass verbose flag during compilationBrad King2019-01-211-0/+1
* CUDA: Do not pass unsupported @rspfile arguments to NVCCBrad King2018-03-071-0/+6
* CUDA: Add support for requesting C++98 under CUDA 9Robert Maynard2017-09-261-0/+2
* CUDA: Add support for the C++14 standard flag.Robert Maynard2017-05-111-0/+6
* CUDA: Fix default compiler flags on WindowsBrad King2017-02-151-6/+5
* CUDA: Do not use non-existent -Os flag for nvccBrad King2017-02-141-1/+1
* CUDA: Populate NVIDIA compiler information on WindowsBrad King2017-01-121-13/+17
* CUDA: Fix default compiler flag initializationBrad King2016-12-091-5/+5
* CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.Robert Maynard2016-11-141-0/+5
* CUDA: Use the host compiler for linking CUDA executables and shared libs.Robert Maynard2016-11-141-2/+4
* CUDA: We now properly perform CUDA compiler identification.Robert Maynard2016-11-141-1/+1
* CUDA: Add support language levels (98/11)Robert Maynard2016-11-141-6/+7
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-141-0/+16