| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Tests: Add missing error check in CudaOnly.GPUDebugFlag | Brad King | 2018-02-01 | 1 | -0/+5 |
|
|
* | Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language' | Brad King | 2018-01-18 | 2 | -9/+2 |
|\ |
|
| * | CUDA: MSVC will now state files are cuda files when needed | Robert Maynard | 2018-01-12 | 2 | -9/+2 |
|
|
* | | Merge topic 'extend-compile-language-genex' | Brad King | 2018-01-16 | 3 | -8/+33 |
|\ \
| |/
|/| |
|
| * | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 3 | -0/+11 |
|
|
| * | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 2 | -8/+22 |
|
|
* | | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc' | Brad King | 2018-01-12 | 3 | -1/+91 |
|\ \
| |/
|/| |
|
| * | CUDA: Allow -G to control device debuging on MSVC. | Robert Maynard | 2018-01-11 | 3 | -1/+91 |
|
|
* | | CUDA: gencode signature that list multiple code types now supported. | Robert Maynard | 2018-01-10 | 2 | -2/+3 |
|/ |
|
* | Cuda: ResolveDeviceSymbols now properly execute everywhere. | Robert Maynard | 2017-12-13 | 2 | -15/+10 |
|
|
* | Merge topic 'extend-compile-language-genex' | Brad King | 2017-11-27 | 2 | -0/+14 |
|\ |
|
| * | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio | Brad King | 2017-11-20 | 2 | -0/+14 |
|
|
* | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable | Brad King | 2017-11-17 | 1 | -0/+6 |
|/ |
|
* | Tests: Fix CudaOnly.WithDefs test on CUDA 9 | Brad King | 2017-09-29 | 1 | -1/+5 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -9/+0 |
|
|