summaryrefslogtreecommitdiff
path: root/Modules/Platform/Windows-NVIDIA-CUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Add abstraction for debug information formatGlen Chung2022-09-141-2/+12
* CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-201-6/+2
* Platform/Windows-NVIDIA-CUDA: Remove duplicated codeRaul Tambre2021-02-141-9/+1
* CUDA: Fix spelling __IMPLICT_ -> __IMPLICIT_Raul Tambre2021-02-141-16/+16
* 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-2/+2
* | CUDA: Abstract language flag to compiler modulesRaul Tambre2020-03-111-4/+4
* | MSVC: Use 'lib' instead of 'link /lib' to create static librariesFrancisco Facioni2020-03-031-1/+1
|/
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+5
* CUDA: forward unknown flags to host compiler when possible.Robert Maynard2019-11-291-12/+5
* CUDA: Implement MSVC runtime library abstractionBrad King2019-06-261-4/+19
* MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-191-1/+10
* MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-291-2/+2
* CUDA: Enable RC language on WindowsBrad King2018-10-291-0/+2
* CUDA: Avoid using deprecated cublas_device to identify device lib dirsRobert Maynard2018-08-231-1/+1
* CUDA: Drop unused/broken platform link flags placeholderBrad King2018-05-251-4/+4
* CUDA: Pass host linker directories to device linkerBrad King2018-03-281-2/+17
* CUDA: When linking device code suppress CUDA 8.0+ deprecation warningsRobert Maynard2017-06-131-2/+10
* CUDA: Fix default compiler flags on WindowsBrad King2017-02-151-5/+7
* CUDA: Link to standard system libraries when linking as CUDABrad King2017-02-141-0/+2
* CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-121-1/+1
* CUDA: Populate NVIDIA compiler information on WindowsBrad King2017-01-121-0/+42