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
*
Merge topic 'ci-cuda-archs' into release-4.2
Brad King
8 days
2
-2/+9
|
\
|
*
ci: Fix CUDA tests on GPUs newer than the toolkit supports
Brad King
9 days
2
-2/+9
*
|
FASTBuild: support CUDA language
Eduard Voronkin
2025-10-25
2
-2/+26
*
|
CUDA: Properly construct CUcontext in tests
Robert Maynard
2025-09-24
3
-3/+3
*
|
CUDA: Update all tests to support NPPIF CUDA 13 deprecations
Robert Maynard
2025-09-24
2
-6/+24
*
|
Merge topic 'cuda_13_support'
Brad King
2025-08-05
3
-1/+21
|
\
\
|
|
/
|
*
CUDA: Update CUDA tests to handle CUDA 13 deprecations
Robert Maynard
2025-08-04
3
-1/+21
*
|
Merge topic 'cuda-nvcc-system-includes'
Brad King
2025-06-06
3
-0/+12
|
\
\
|
|
/
|
*
CUDA: Add include paths from nvcc SYSTEM_INCLUDES entry
Robert Maynard
2025-06-05
3
-0/+12
|
*
Merge topic 'cuda-12.9' into release-3.31
Brad King
2025-05-03
1
-1/+3
|
|
\
*
|
\
Merge branch 'backport-cuda-12.9' into cuda-12.9
Brad King
2025-05-02
1
-1/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CUDA: Add CUDA 12.9 new architectures and family syntax
Robert Maynard
2025-05-02
1
-1/+3
*
|
|
Merge topic 'cuda_tests_no_hardcoded_sm_values' into release-4.0
Brad King
2025-04-24
3
-4/+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ci: Tell CudaOnly.CompileFlags test what specific architecture to use
Robert Maynard
2025-04-23
3
-4/+15
|
*
|
ci: Tell CudaOnly.Architecture test what specific architecture to use
Brad King
2025-04-21
3
-5/+17
|
|
/
|
*
Merge topic 'test-cuda-bin2c-null' into release-3.31
Brad King
2024-10-19
1
-1/+1
|
|
\
|
*
\
Merge topic 'test-cuda-simplify-kernels' into release-3.31
Brad King
2024-10-18
1
-7/+0
|
|
\
\
*
|
|
|
ci: Tell CudaOnly.Architecture test what specific architecture to use
Brad King
2025-04-21
3
-5/+17
*
|
|
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
7
-35/+35
*
|
|
|
Fix: A lot of typos in code found by `typos`
Alex Turbov
2025-01-12
1
-1/+1
*
|
|
|
Merge topic 'test-cuda-bin2c-null'
Brad King
2024-10-19
1
-1/+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Tests: Ensure CUDA bin2c output is null terminated
Robert Maynard
2024-10-18
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'test-cuda-simplify-kernels'
Brad King
2024-10-18
1
-7/+0
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Tests: Simplify CUDA kernels avoid crash with nvidia driver 550
Robert Maynard
2024-10-18
1
-7/+0
*
|
Merge topic 'test-cuda-optixir-includes'
Brad King
2024-10-08
1
-0/+1
|
\
\
|
*
|
CUDA: OptiXIR test includes all required headers
Robert Maynard
2024-10-07
1
-0/+1
*
|
|
Tests: Update cmake_minimum_required versions to 3.10
Brad King
2024-10-03
1
-1/+1
|
/
/
*
|
Tests: Honor CUDAFLAGS in all CUDA tests
Brad King
2024-09-25
1
-6/+2
*
|
Add support for unity builds with CUDA sources
Robert Maynard
2024-08-02
5
-0/+40
|
/
*
CUDA/Clang: Add support for MSVC ABI on Windows using GNU-like frontend
Brad King
2024-01-22
1
-1/+3
*
Tests: Do not expect nvToolsExt in CUDA 12 toolkit
Brad King
2024-01-18
1
-1/+5
*
Tests: Fix CudaOnly.Toolkit coverage of npp libs
Brad King
2024-01-18
1
-1/+1
*
Tests: Remove unused dllexport markup from CudaOnly.DeviceLTO
Brad King
2024-01-18
2
-14/+2
*
Tests: Remove unused iostream from CUDA sources
Brad King
2024-01-18
10
-26/+0
*
Tests: Fix condition adding nvcc-only flags in CudaOnly.SeparateCompilation
Brad King
2024-01-18
1
-1/+1
*
Merge topic 'FindCUDAToolkit-cupti'
Brad King
2023-12-15
2
-1/+20
|
\
|
*
Tests: Verify CUDA::cupti existence on a subset of machines
Robert Maynard
2023-12-14
2
-1/+20
*
|
CUDA: Support CMAKE_TRY_COMPILE_TARGET_TYPE of STATIC_LIBRARY
Robert Maynard
2023-11-07
3
-0/+12
|
/
*
FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirs
Robert Maynard
2023-09-27
1
-1/+15
*
CUDA: Device linking now uses TARGET_OBJECTS content
Robert Maynard
2023-09-25
5
-0/+71
*
VS: Avoid unnecessary CUDA device linking for OBJECT libraries
Robert Maynard
2023-09-11
2
-0/+2
*
CUDA/NVIDIA: fix LTO with explicit architectures
Rafael Stahl
2023-05-31
1
-2/+9
*
CUDA: Cuda* tests add rpath entry only for need cuda lib directory
Robert Maynard
2023-05-22
3
-3/+6
*
Tests: Restore CudaOnly.RuntimeControls cudart verification on Windows
Brad King
2023-03-27
1
-1/+1
*
Tests: Teach CudaOnly.CUBIN to tolerate toolkit not supporting native arch
Brad King
2023-03-16
2
-1/+13
*
Tests: Add missing exit code to CudaOnly.{CUBIN,Fatbin}
Brad King
2023-03-16
2
-0/+4
*
CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation
Robert Maynard
2023-03-13
10
-0/+268
*
CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET setting
Robert Maynard
2023-01-16
6
-13/+32
*
FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12
Robert Maynard
2022-12-12
1
-0/+4
*
FindCUDAToolkit: Ensure that paths provided have no symlinks
Robert Maynard
2022-11-30
1
-0/+6
[next]