index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CudaOnly
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindCUDAToolkit: Restore usage from multiple directories
Robert Maynard
2022-11-02
4
-0/+33
*
CUDA: Revert "Always mark cuda toolkit as system include"
Robert Maynard
2022-10-17
4
-20/+2
*
CUDA: Always mark cuda toolkit as system include
Robert Maynard
2022-08-18
4
-2/+20
*
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
6
-11/+138
*
CUDA: native/all/all-major generates minimal set of ptx code
Robert Maynard
2022-05-03
1
-0/+1
*
Merge topic 'ninja_compile_database_understand_new_cuda_lang_variables'
Brad King
2022-03-31
1
-0/+2
|
\
|
*
CUDA: Ninja generator generates valid compile database
Robert Maynard
2022-03-30
1
-0/+2
*
|
CUDA: Add support for CUDA_ARCHITECTURES=native
Brad King
2022-03-10
1
-1/+12
*
|
Tests: Rename CudaOnly.{All => ArchSpecial}
Brad King
2022-03-10
3
-4/+4
|
/
*
Tests: Fix CudaOnly.SeparateCompilationPTX test project name
Brad King
2022-02-16
1
-1/+1
*
CUDA: Generic all and all-major support
Raul Tambre
2022-02-01
1
-34/+46
*
CUDA: Visual Studio Generator propagates definitions for PTX files
unknown
2021-12-14
3
-0/+8
*
CUDA: Support nvcc 11.5 new -arch=all|all-major flags
Robert Maynard
2021-11-01
3
-0/+49
*
CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATION
Robert Maynard
2021-10-20
6
-1/+97
*
CUDA/Clang: Fix separable compilation in non-root directories with Makefiles
root
2021-07-29
4
-21/+22
*
FindCUDAToolkit: Robust version checks when CUDA lang is not enabled
Robert Maynard
2021-02-09
4
-0/+39
*
CUDA: Fix tests with CUDAARCHS set
Raul Tambre
2020-11-30
2
-1/+6
*
CUDA: Clang separable compilation
Raul Tambre
2020-09-24
1
-19/+17
*
Tests: Don't unnecessarily set CUDA_ARCHITECTURES
Raul Tambre
2020-09-21
9
-28/+14
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
CudaToolkit: Update for new/removed libraries in CUDA 11
Robert Maynard
2020-06-18
1
-2/+15
*
Tests: Fix CudaOnly.StaticRuntimePlusToolkit build rpath
Robert Maynard
2020-06-16
1
-0/+6
*
CUDA: Add support for disabling CUDA_ARCHITECTURES
Raul Tambre
2020-06-15
1
-2/+12
*
Tests: add CUDA labels to tests which are affected by CUDA
Ben Boeckel
2020-06-11
1
-15/+24
*
Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime
Brad King
2020-05-22
3
-0/+22
|
\
|
*
CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain
Robert Maynard
2020-05-21
3
-0/+21
*
|
Tests: Restore NVCC-specific CUDA tests
Brad King
2020-05-20
2
-2/+2
*
|
Tests: Update CUDA tests to work with Clang
Raul Tambre
2020-05-15
7
-39/+44
*
|
CUDA: Add CudaOnly.CompileFlags test
Raul Tambre
2020-04-15
3
-0/+33
*
|
CUDA: Convert tests to use CUDA_ARCHITECTURES
Raul Tambre
2020-04-15
7
-21/+7
*
|
CUDA: Add CUDA_ARCHITECTURES target property
Raul Tambre
2020-04-15
3
-0/+15
|
/
*
CUDA: Add abstraction for cuda runtime selection
Robert Maynard
2020-01-27
22
-3/+722
*
CUDA: MSVC + NVCC support --compiler-options compiler flag
Robert Maynard
2020-01-02
1
-1/+1
*
FindCUDAToolkit: correct searches for Toolkit components
Robert Maynard
2019-12-16
1
-11/+1
*
FindCUDAToolkit: Improve usage, library set, and tests
Robert Maynard
2019-12-16
3
-0/+63
*
CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support
Robert Maynard
2019-12-10
6
-6/+33
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
2
-3/+4
*
CUDA: static lib device linking computes required static libs
Robert Maynard
2019-09-05
6
-44/+42
*
CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variable
Robert Maynard
2019-08-06
1
-1/+1
*
CUDA: Support compiler id and version generator expressions
Robert Maynard
2019-03-11
2
-0/+10
*
CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types
Robert Maynard
2019-02-05
5
-0/+151
*
CUDA: Add test for device linking when host linking uses threads
Robert Maynard
2018-10-24
3
-99/+0
*
Tests: Fix Cuda test project names
Brad King
2018-10-10
9
-9/+9
*
Merge topic 'cuda-no-cublas_device'
Brad King
2018-08-24
1
-0/+6
|
\
|
*
CUDA: Avoid using deprecated cublas_device to identify device lib dirs
Robert Maynard
2018-08-23
1
-0/+6
*
|
CUDA: Properly de-duplicate libs when doing device linking
Robert Maynard
2018-07-17
1
-2/+1
*
|
CUDA: Add a test to verify device linking can handle circular deps
Robert Maynard
2018-07-17
6
-0/+61
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
3
-18/+18
*
VS: Add workaround for CUDA compiler PDB location
Brad King
2018-04-13
4
-0/+37
*
CUDA: Pass more link libraries to device linking
Robert Maynard
2018-03-28
3
-0/+93
[next]