index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
FindCUDA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modules: Use new keyword-dispatched try_compile signature
Matthew Woehlke
2022-09-14
1
-2
/
+2
*
CUDA: Update arch selection, restructure for maintainability
Henry Schreiner
2021-01-20
1
-46
/
+32
*
CUDA: Add arch selection debug mode to print out CUDA versions
Henry Schreiner
2021-01-20
1
-0
/
+11
*
Merge topic 'cuda-11.1-sm86'
Brad King
2020-09-30
1
-3
/
+13
|
\
|
*
FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support
zasdfg bnm
2020-09-29
1
-3
/
+13
*
|
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1
/
+1
|
/
*
FindCUDA/select_compute_arch: generate PTX for the latest architecture
zasdfg bnm
2020-07-08
1
-2
/
+2
*
FindCUDA/select_compute_arch: Add CUDA 11 and Ampere support
zasdfg bnm
2020-07-07
1
-7
/
+27
*
replace remove and remove_directory with rm in tests
Johnny Jazeix
2019-11-13
1
-3
/
+3
*
FindCUDA: Fix support for backslashes in CUDA_NVCC_INCLUDE_DIRS
Hong Xu
2019-08-20
1
-1
/
+2
*
CUDA: Add CUDA 10 (Turing) detection
Anton Chernov
2018-12-07
1
-2
/
+16
*
FindCUDA: Filter unrelated content in compute capabilities output
Soumith Chintala
2018-09-19
1
-0
/
+3
*
FindCUDA/select_compute_arch: Restore two-component CUDA_VERSION
Brad King
2018-08-01
1
-2
/
+3
*
CUDA/select_compute_arch: Fix detection on old CUDA with new card/driver
Henry Schreiner
2018-04-20
1
-13
/
+45
*
FindCUDA/select_compute_arch: Add support for CUDA as a language
Henry Fredrick Schreiner
2018-03-20
1
-5
/
+20
*
Merge topic 'msvc2017-findcuda'
Brad King
2018-01-09
1
-1
/
+1
|
\
|
*
FindCUDA: Update to properly find MSVC 2017 compiler tools
Aaron Bray
2018-01-08
1
-1
/
+1
*
|
Various typo fixes
Luz Paz
2018-01-04
2
-2
/
+2
|
/
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1
/
+1
*
FindCUDA: Fix CMP0007 warning in run_nvcc.cmake
Umar Arshad
2017-10-04
1
-5
/
+4
*
FindCUDA: Use long brackets to handle spaces in CUDA_NVCC_COMPILE_DEFINITIONS
Robert Maynard
2017-08-15
1
-1
/
+1
*
FindCUDA: Add CUDA9/Volta recognition
Boris Fomitchev
2017-08-10
1
-2
/
+10
*
FindCUDA: Fix PTX selection with multiple architectures
Bjoern Thiel
2017-02-22
1
-0
/
+1
*
FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string
Pierre Moreau
2017-02-02
1
-1
/
+1
*
FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC
Bjoern Thiel
2017-01-25
1
-9
/
+11
*
FindCUDA: Support `2.1(2.0)` architecture notation
Boris Fomitchev
2016-08-23
1
-4
/
+4
*
FindCUDA: Take NVCC include directories from target properties
Peter Boettcher
2016-08-16
1
-1
/
+16
*
Use string(APPEND) in Modules
Daniel Pfeifer
2016-07-28
2
-2
/
+2
*
FindCUDA: Refactor Android(Tegra) support
Boris Fomitchev
2016-06-09
1
-0
/
+195
*
FindCUDA: Only warn about non-existent dependency files in verbose mode
James Bigler
2016-02-08
2
-1
/
+14
*
FindCUDA: Added some additional comments about non-existent dependency files.
James Bigler
2016-02-05
1
-0
/
+2
*
FindCUDA: Fix for when a non-existent dependency file is found.
James Bigler
2016-02-05
1
-1
/
+1
*
FindCUDA: Add specific cuda_language_flag instead of using nvcc.
James Bigler
2015-04-09
1
-0
/
+2
*
FindCUDA: Avoid if() auto-dereference in string comparisons
Adam Strzelecki
2014-09-24
1
-1
/
+1
*
FindCUDA: Fix OSX Clang & no C language enabled
Adam Strzelecki
2014-06-30
1
-2
/
+2
*
Replace MATCHES ".+" tests with NOT STREQUAL ""
Rolf Eike Beer
2014-04-14
2
-2
/
+2
*
Replace string(REGEX REPLACE) with string(REPLACE) where possible
Rolf Eike Beer
2014-04-14
2
-5
/
+3
*
Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)
Rolf Eike Beer
2014-04-14
1
-4
/
+4
*
Fix spelling and typos (affecting binary data / module messages)
Andreas Mohr
2013-05-07
1
-1
/
+1
*
Merge topic 'topics/FindCUDA/Add-CUDA_HOST_COMPILER'
David Cole
2012-09-18
1
-2
/
+10
|
\
|
*
FindCUDA: Added CUDA_HOST_COMPILER variable.
James Bigler
2012-08-20
1
-2
/
+10
*
|
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
3
-10
/
+10
|
/
*
Merge topic 'topics/FindCUDA/Quote-fixes'
David Cole
2011-12-06
1
-15
/
+15
|
\
|
*
Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099).
James Bigler
2011-12-05
1
-15
/
+15
*
|
Add work around for CUDA in UNC paths.
James Bigler
2011-12-05
1
-2
/
+16
|
/
*
Define __CUDACC__ during dependency scanning, since NVCC doesn't.
James Bigler
2010-01-28
1
-0
/
+7
*
Reordered the arguments, so that user generated arguments go last and thus ge...
James Bigler
2010-01-08
1
-7
/
+7
*
Don't allow -G -M on CUDA versions less than 3.0.
James Bigler
2009-11-30
1
-1
/
+15
*
Fix Xcode build.
James Bigler
2009-10-06
1
-6
/
+0
*
Updated copyright notice to conform to NVIDIA guidelines.
James Bigler
2009-10-05
3
-6
/
+3
[next]