summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindCUDA: Mark CUDA_rt_LIBRARY as advancedAndrey Alekseenko2023-03-161-0/+1
* FindCUDA: Disallow with CMP0147 under Visual StudioBrad King2023-03-121-0/+7
* FindCUDA: Add policy to remove this moduleBrad King2023-03-091-1/+16
* FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+Oleksii Udod2022-11-181-1/+3
* FindCUDA: Fix varaible reset with CUDA_TOOLKIT_TARGET_DIRJames Bigler2022-06-141-1/+3
* FindCUDA: Make version extraction robust to empty outputDavid Berard2022-01-261-2/+2
* FindCUDA: Improve deprecation guidance wordingRaul Tambre2021-05-221-5/+5
* FindCUDA: Make the deprecation notice more prominentRaul Tambre2021-05-221-1/+1
* CUDA: improve regex for CUDA Toolkit root from nvcc verbose outputRobert Maynard2021-05-061-1/+1
* CUDA: Capture all nvcc output when extracting toolkit rootBrad King2021-02-121-3/+4
* CUDA: Always extract CUDA Toolkit root from nvcc verbose outputRobert Maynard2021-02-081-12/+9
* CUDA: Support nvcc symlinking to ccacheRong Ou2021-01-111-1/+14
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-19/+38
* Help: Improve formatting for FindBoost and FindCUDANikita Nemkin2020-12-021-332/+445
* CUDA: Enable support on QNXjanbernloehr2020-11-021-1/+3
* FindCUDA: Do not search for the deprecated nppicom when CUDA >= 11Robert Maynard2020-06-221-2/+5
* FindCUDA: Only depend on Threads::Threads on platforms that need itRobert Maynard2020-02-241-1/+5
* FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-161-3/+8
* Merge topic 'cmake-e-rm'Kyle Edwards2019-11-151-1/+1
|\
| * replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-1/+1
* | FindCUDA: CUDA_LIBRARIES doesn't contain raw `-pthread`Robert Maynard2019-11-111-1/+1
|/
* FindCUDA: Use find_program instead of find_path when searching for nvcc.Hong Xu2019-11-041-3/+6
* FindCUDA: Revert "Use find_program instead of find_path to find nvcc"Brad King2019-11-041-2/+2
* FindCUDA: Use find_program instead of find_path to find nvccHong Xu2019-11-011-2/+2
* FindCUDA: Add nvToolsExt and OpenCL librariesEyal Rozenberg2019-06-181-0/+12
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-1/+1
* FindThreads: Drop IRIX-specific options and resultsBrad King2018-12-071-12/+1
* Help: Use 'deprecated' template, and date deprecation of modulesJoachim Wuttke (o)2018-10-251-13/+16
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-375/+376
* Merge topic 'FindCUDA-ccbin-env'Brad King2018-09-201-1/+5
|\
| * FindCUDA: Add option to set CUDA_HOST_COMPILER via environmentpeterjc1232018-09-181-1/+5
* | FindCUDA: Fix "alphabetical" typoNikolaus Wittenstein2018-09-141-2/+2
|/
* FindCUDA: Do not find cublas_device on CUDA >= 9.2Kenta Kubo2018-08-231-1/+2
* Fix misc. typosluz.paz2018-06-041-1/+1
* Merge topic 'FindCUDA-sccache'Brad King2018-05-111-4/+4
|\
| * FindCUDA: Add support for sccacheWill Feng2018-05-091-4/+4
* | Merge topic 'FindCUDA-revert-sepcomp-cublas'Brad King2018-05-081-2/+2
|\ \ | |/ |/|
| * FindCUDA: Fix regression in separable compilation without cublasBrad King2018-05-071-2/+2
* | FindCUDA: Add support for clcacheEdward Z. Yang2018-04-061-0/+5
* | FindCUDA: Make nvcc configurable via CUDA_NVCC_EXECUTABLE env varEdward Z. Yang2018-03-291-10/+14
* | MAINT: Misc. typosluz.paz2018-02-131-5/+5
|/
* FindCUDA: Fix regression in per-config flagsBrad King2018-01-301-0/+12
* MAINT: Misc. typosluz.paz2018-01-101-1/+1
* Merge topic 'unhardcode-configuration-types'Brad King2018-01-101-18/+1
|\
| * Unhardcode the CMAKE_CONFIGURATION_TYPES valuesBeren Minor2018-01-081-18/+1
* | Merge topic 'FindCUDA-deduplicate-c+std-host-flags'Brad King2018-01-091-1/+1
|\ \
| * | FindCUDA: de-duplicates C++11 flag when propagating host flags.David Hirvonen2018-01-061-1/+1
* | | Merge topic 'msvc2017-findcuda'Brad King2018-01-091-8/+15
|\ \ \ | |_|/ |/| |
| * | FindCUDA: Update to properly find MSVC 2017 compiler toolsAaron Bray2018-01-081-8/+15
| |/
* | Merge topic 'use_generator_is_multi_config'Brad King2018-01-081-6/+9
|\ \