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
/
CMakeDetermineCUDACompiler.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cuda_support_sm90a'
Brad King
2022-09-07
1
-1
/
+1
|
\
|
*
CUDA: Support upcoming sm90a architecture
Robert Maynard
2022-09-06
1
-1
/
+1
*
|
CMakeParseImplicitLinkInfo: Better detection of msvc
Robert Maynard
2022-09-02
1
-1
/
+2
|
/
*
CUDA: Restore CMAKE_CUDA_ARCHITECTURES support for -real and -virtual suffixes
Brad King
2022-04-29
1
-3
/
+4
*
CUDA: Defer architecture testing to the compiler testing step
Brad King
2022-04-25
1
-93
/
+20
*
CUDA: Generate better error message when detecting nvcc
Robert Maynard
2022-03-21
1
-4
/
+4
*
CUDA: Add support for CUDA_ARCHITECTURES=native
Brad King
2022-03-10
1
-2
/
+13
*
CUDA: Add FIXME comments about deferring architecture testing
Brad King
2022-03-10
1
-0
/
+3
*
CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFF
Robert Maynard
2022-03-09
1
-2
/
+2
*
VS: Fix CUDA compiler id with CMAKE_CUDA_ARCHITECTURES={all,all-major}
Brad King
2022-03-02
1
-1
/
+3
*
CUDA: Fix CMAKE_CUDA_ARCHITECTURES=all/all-major with NVCC 11.5+
Brad King
2022-03-01
1
-1
/
+4
*
CUDA: Simplify CMAKE_CUDA_ARCHITECTURES special value logic
Brad King
2022-02-28
1
-20
/
+18
*
CUDA: Generic all and all-major support
Raul Tambre
2022-02-01
1
-42
/
+59
*
CUDA: Fix issuing error if default architecture detection fails
Raul Tambre
2022-01-27
1
-32
/
+30
*
CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user
Raul Tambre
2022-01-27
1
-1
/
+8
*
CUDA: Actually use reverse architecture deprecation order for Clang
Raul Tambre
2022-01-27
1
-1
/
+1
*
CUDA: Fix CMAKE_CUDA_COMPILER_ARG1 cache description
Raul Tambre
2022-01-15
1
-9
/
+9
*
CUDA: Support nvcc 11.5 new -arch=all|all-major flags
Robert Maynard
2021-11-01
1
-8
/
+30
*
CUDA: Fix detection of implicit link information with CUDA 6.5
samuel100u
2021-09-30
1
-2
/
+3
*
CUDA: Extract nvvm libdevice location from compiler verbose output
Robert Maynard
2021-07-22
1
-2
/
+17
*
Merge topic 'improve_cuda_toolkit_extraction_regex'
Brad King
2021-05-07
1
-1
/
+1
|
\
|
*
CUDA: improve regex for CUDA Toolkit root from nvcc verbose output
Robert Maynard
2021-05-06
1
-1
/
+1
|
*
Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20
Brad King
2021-02-24
1
-5
/
+5
|
|
\
*
|
|
CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators
unknown
2021-04-22
1
-6
/
+9
*
|
|
CUDA: Add support for finding nvcc in CUDA_PATH
Tobias Ribizel
2021-03-15
1
-0
/
+2
*
|
|
Merge topic 'better_cuda_compiler_detection_error_messages'
Brad King
2021-02-24
1
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
CUDA: Improve error messages when CUDA compiler detection fails
Robert Maynard
2021-02-23
1
-5
/
+5
*
|
CUDA: Capture all nvcc output when extracting toolkit root
Brad King
2021-02-12
1
-3
/
+4
|
/
*
CUDA: Always extract CUDA Toolkit root from nvcc verbose output
Robert Maynard
2021-02-08
1
-13
/
+11
*
CUDA: Support nvcc symlinking to ccache
Rong Ou
2021-01-11
1
-1
/
+14
*
CUDA: Initialize CMAKE_CUDA_ARCHITECTURES using $ENV{CUDAARCHS}
Raul Tambre
2020-11-30
1
-0
/
+4
*
CUDA: Error if can't determine toolkit library root
Raul Tambre
2020-11-22
1
-0
/
+2
*
CUDA: Clang CUDA 11.1 support
Raul Tambre
2020-11-22
1
-4
/
+4
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-2
/
+14
*
CUDA: Support scattered installations when crosscompiling with Clang
Raul Tambre
2020-09-14
1
-2
/
+5
*
CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detection
Raul Tambre
2020-08-29
1
-18
/
+19
*
CUDA: Fail if compiler detection using the host compiler fails
Raul Tambre
2020-08-29
1
-0
/
+4
*
Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILER
Fred Baksik
2020-07-23
1
-1
/
+1
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1
/
+1
*
NVCC: Handle host compiler with spaces in path
Raul Tambre
2020-07-14
1
-2
/
+2
*
CUDA: Fix CMAKE_CUDA_COMPILER_TOOLKIT_ROOT detection in Visual Studio
Brad King
2020-06-18
1
-108
/
+121
*
CUDA: Re-order some logic for determining the compiler
Brad King
2020-06-18
1
-11
/
+9
*
CUDA: Remove unused variables while determining compiler
Brad King
2020-06-18
1
-2
/
+0
*
CUDA: Simplify CMAKE_CUDA_COMPILER_TOOLKIT_ROOT computation
Brad King
2020-06-18
1
-1
/
+1
*
CUDA: Skip the entire search for nvcc when it is CMAKE_CUDA_COMPILER
Brad King
2020-06-18
1
-80
/
+80
*
CUDA: Fix NVCC executable search during compiler detection
Raul Tambre
2020-06-18
1
-7
/
+1
*
CUDA: Throw error for Clang on Windows
Raul Tambre
2020-06-16
1
-0
/
+4
*
Merge topic 'cuda_clang_toolkit_path' into release-3.18
Brad King
2020-06-15
1
-15
/
+195
|
\
|
*
CUDA: Determine CUDA toolkit location for NVCC
Raul Tambre
2020-06-12
1
-122
/
+123
|
*
CUDA: Pass toolkit path to Clang
Raul Tambre
2020-06-12
1
-120
/
+142
[next]