summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVIDIA-CUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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