summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly
Commit message (Expand)AuthorAgeFilesLines
* FindCUDAToolkit: Robust version checks when CUDA lang is not enabledRobert Maynard2021-02-094-0/+39
* CUDA: Fix tests with CUDAARCHS setRaul Tambre2020-11-302-1/+6
* CUDA: Clang separable compilationRaul Tambre2020-09-241-19/+17
* Tests: Don't unnecessarily set CUDA_ARCHITECTURESRaul Tambre2020-09-219-28/+14
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* CudaToolkit: Update for new/removed libraries in CUDA 11Robert Maynard2020-06-181-2/+15
* Tests: Fix CudaOnly.StaticRuntimePlusToolkit build rpathRobert Maynard2020-06-161-0/+6
* CUDA: Add support for disabling CUDA_ARCHITECTURESRaul Tambre2020-06-151-2/+12
* Tests: add CUDA labels to tests which are affected by CUDABen Boeckel2020-06-111-15/+24
* Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-223-0/+22
|\
| * CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchainRobert Maynard2020-05-213-0/+21
* | Tests: Restore NVCC-specific CUDA testsBrad King2020-05-202-2/+2
* | Tests: Update CUDA tests to work with ClangRaul Tambre2020-05-157-39/+44
* | CUDA: Add CudaOnly.CompileFlags testRaul Tambre2020-04-153-0/+33
* | CUDA: Convert tests to use CUDA_ARCHITECTURESRaul Tambre2020-04-157-21/+7
* | CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-153-0/+15
|/
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-2722-3/+722
* CUDA: MSVC + NVCC support --compiler-options compiler flagRobert Maynard2020-01-021-1/+1
* FindCUDAToolkit: correct searches for Toolkit componentsRobert Maynard2019-12-161-11/+1
* FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-163-0/+63
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-106-6/+33
* Revise include order using clang-format-6.0Kitware Robot2019-10-012-3/+4
* CUDA: static lib device linking computes required static libsRobert Maynard2019-09-056-44/+42
* CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variableRobert Maynard2019-08-061-1/+1
* CUDA: Support compiler id and version generator expressionsRobert Maynard2019-03-112-0/+10
* CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-055-0/+151
* CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-243-99/+0
* Tests: Fix Cuda test project namesBrad King2018-10-109-9/+9
* Merge topic 'cuda-no-cublas_device'Brad King2018-08-241-0/+6
|\
| * CUDA: Avoid using deprecated cublas_device to identify device lib dirsRobert Maynard2018-08-231-0/+6
* | CUDA: Properly de-duplicate libs when doing device linkingRobert Maynard2018-07-171-2/+1
* | CUDA: Add a test to verify device linking can handle circular depsRobert Maynard2018-07-176-0/+61
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-18/+18
* VS: Add workaround for CUDA compiler PDB locationBrad King2018-04-134-0/+37
* CUDA: Pass more link libraries to device linkingRobert Maynard2018-03-283-0/+93
* Tests: Add missing error check in CudaOnly.GPUDebugFlagBrad King2018-02-011-0/+5
* Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language'Brad King2018-01-182-9/+2
|\
| * CUDA: MSVC will now state files are cuda files when neededRobert Maynard2018-01-122-9/+2
* | Merge topic 'extend-compile-language-genex'Brad King2018-01-163-8/+33
|\ \ | |/ |/|
| * Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-123-0/+11
| * Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-122-8/+22
* | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc'Brad King2018-01-123-1/+91
|\ \ | |/ |/|
| * CUDA: Allow -G to control device debuging on MSVC.Robert Maynard2018-01-113-1/+91
* | CUDA: gencode signature that list multiple code types now supported.Robert Maynard2018-01-102-2/+3
|/
* Cuda: ResolveDeviceSymbols now properly execute everywhere.Robert Maynard2017-12-132-15/+10
* Merge topic 'extend-compile-language-genex'Brad King2017-11-272-0/+14
|\
| * Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual StudioBrad King2017-11-202-0/+14
* | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variableBrad King2017-11-171-0/+6
|/
* Tests: Fix CudaOnly.WithDefs test on CUDA 9Brad King2017-09-291-1/+5
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-9/+0