summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda
Commit message (Expand)AuthorAgeFilesLines
* CUDA/Clang: Add support for MSVC ABI on Windows using GNU-like frontendBrad King2024-01-221-2/+4
* Tests: Do not expect nvToolsExt in CUDA 12 toolkitBrad King2024-01-181-1/+5
* Tests: Remove unused iostream from CUDA sourcesBrad King2024-01-185-10/+0
* Merge topic 'FindCUDAToolkit-cupti'Brad King2023-12-152-0/+18
|\
| * Tests: Verify CUDA::cupti existence on a subset of machinesRobert Maynard2023-12-142-0/+18
* | Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|/
* FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirsRobert Maynard2023-09-271-3/+5
* cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-183-0/+39
* CUDA: Cuda* tests add rpath entry only for need cuda lib directoryRobert Maynard2023-05-221-1/+2
* FindCUDAToolkit: Support CUDA version extraction from version.jsonRobert Maynard2023-05-041-0/+14
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12Robert Maynard2022-12-121-0/+3
* FindCUDAToolkit: Ensure that paths provided have no symlinksRobert Maynard2022-11-301-0/+5
* Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-2310-35/+107
* CMakeParseImplicitLinkInfo: Better detection of msvcRobert Maynard2022-09-021-1/+4
* CUDAToolkit: Add include paths for CUDA::cuptiPeter Bell2022-04-262-0/+13
* compile_features: Ignore features that map to languages that aren't enabledRobert Maynard2021-06-255-56/+0
* FindCUDAToolkit: Robust version checks when CUDA lang is not enabledRobert Maynard2021-02-091-0/+4
* CUDA: Clang separable compilationRaul Tambre2020-09-241-4/+3
* Tests: Use sm_35 in Cuda.ProperDeviceLibraries for CUDA <10.0Raul Tambre2020-09-231-0/+5
* Tests: Don't unnecessarily set CUDA_ARCHITECTURESRaul Tambre2020-09-2114-33/+16
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* CudaToolkit: Update for new/removed libraries in CUDA 11Robert Maynard2020-06-181-4/+18
* Tests: add CUDA labels to tests which are affected by CUDABen Boeckel2020-06-111-18/+23
* Tests: Restore NVCC-specific CUDA testsBrad King2020-05-201-1/+1
* Tests: Update CUDA tests to work with ClangRaul Tambre2020-05-152-4/+15
* CUDA: Convert tests to use CUDA_ARCHITECTURESRaul Tambre2020-04-159-14/+9
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-274-14/+33
* Merge topic 'add_cuda_toolkit_tests'Brad King2020-01-1515-0/+480
|\
| * CUDAToolkit: No targets now depend on the CUDA runtimeRobert Maynard2020-01-1415-0/+480
* | Merge branch 'backport-3.16-cuda-device-link-only-cuda'Brad King2020-01-093-0/+9
|\ \ | |/ |/|
| * Merge branch 'backport-3.15-cuda-device-link-only-cuda'Brad King2020-01-093-0/+9
| |\
| | * CUDA: Do not device link if target has no CUDA usageRobert Maynard2020-01-093-0/+9
* | | FindCUDAToolkit: correct searches for Toolkit componentsRobert Maynard2019-12-161-8/+1
* | | FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-165-4/+58
* | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-1018-5/+165
|/ /
* | Revise include order using clang-format-6.0Kitware Robot2019-10-015-6/+10
|/
* CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-0/+29
* CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-245-0/+156
* Tests: Fix Cuda test project namesBrad King2018-10-105-5/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-016-15/+15
* CUDA: Use MSVC default pattern for naming object filesRobert Maynard2018-01-306-23/+37
* Various typo fixesLuz Paz2018-01-031-1/+1
* CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARDRobert Maynard2017-12-153-0/+25
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-9/+0
* Tests: Simplify CUDA rpath on macOSBrad King2017-06-213-9/+7
* CUDA: Visual Studio now properly delays device linkingRobert Maynard2017-04-261-1/+1
* CUDA: ObjectLibrary test executable now runs on OSXRobert Maynard2017-03-231-0/+5
* Merge topic 'cuda-msvc-flags'Brad King2017-02-163-3/+3
|\
| * CUDA: Fix test cases to not override CUDA flagsBrad King2017-02-153-3/+3