summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in ModulesCraig Scott2017-12-301-6/+9
| |/
* | Various typo fixesLuz Paz2018-01-041-1/+1
|/
* Merge topic 'findcuda-separable-compilation-fix'Brad King2017-11-301-2/+2
|\
| * FindCUDA: Add cublas device library to separable compilationJamil Appa2017-11-291-2/+2
* | Modules: Replace coded PATHS with PATH_SUFFIXESChristian Pfeiffer2017-11-201-2/+1
* | Fix trivial typos in textluzpaz2017-11-031-1/+1
|/
* FindCUDA: Improve documentation formatting markupHenry Schreiner2017-10-231-18/+19
* FindCUDA: Update for CUDA 9 breakup of nppi into multiple librariesRobert Maynard2017-10-061-1/+39
* Merge topic 'FindCUDA-superseded'Brad King2017-08-111-0/+14
|\
| * FindCUDA: Document that module has been supersededBrad King2017-08-101-0/+14
* | FindCUDA: Always obey the CUDA_USE_STATIC_CUDA_RUNTIME option.Robert Maynard2017-08-101-2/+6
|/
* Merge topic 'FindCUDA-no-empty-genex'Brad King2017-06-271-0/+2
|\
| * FindCUDA: Fix CUDA_NVCC_FLAGS_<CONFIG> for separable compilationRobert Maynard2017-06-261-0/+2
* | FindCUDA: Use find_program if find_host_program is not availableMaxime Roussin-BĂ©langer2017-06-261-1/+5
|/
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-1/+1
* FindCUDA: Add option to use modern form of target_link_librariesTaylor Braun-Jones2017-04-041-7/+14
* Merge topic 'cuda_use_cudadevrt_with_separable_compilation'Brad King2016-09-201-0/+13
|\
| * FindCUDA: find cudadevrt and link it if CUDA_SEPARABLE_COMPILATION is ONRobert Maynard2016-09-201-0/+13
* | FindCUDA: Allow cuda_compile* macros to be called more than once per directoryStephen Sorley2016-08-311-2/+13
* | FindCUDA: Fix for broken cuda_compile* commands.Stephen Sorley2016-08-311-9/+32
|/
* FindCUDA: Take NVCC include directories from target propertiesPeter Boettcher2016-08-161-21/+11
* FindCUDA: Fix missing librt on Linux when using static cuda runtime.Stephen Sorley2016-08-121-6/+7
* FindCUDA: Restore default behavior of CUDA_USE_STATIC_CUDA_RUNTIMEStephen Sorley2016-08-121-3/+4
* Merge topic 'FindCUDA-no-windows-librt'Brad King2016-08-031-1/+1
|\