| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Restore NVCC-specific CUDA tests | Brad King | 2020-05-20 | 1 | -1/+1 |
|
|
* | Tests: Update CUDA tests to work with Clang | Raul Tambre | 2020-05-15 | 2 | -4/+15 |
|
|
* | CUDA: Convert tests to use CUDA_ARCHITECTURES | Raul Tambre | 2020-04-15 | 9 | -14/+9 |
|
|
* | CUDA: Add abstraction for cuda runtime selection | Robert Maynard | 2020-01-27 | 4 | -14/+33 |
|
|
* | Merge topic 'add_cuda_toolkit_tests' | Brad King | 2020-01-15 | 15 | -0/+480 |
|\ |
|
| * | CUDAToolkit: No targets now depend on the CUDA runtime | Robert Maynard | 2020-01-14 | 15 | -0/+480 |
|
|
* | | Merge branch 'backport-3.16-cuda-device-link-only-cuda' | Brad King | 2020-01-09 | 3 | -0/+9 |
|\ \
| |/
|/| |
|
| * | Merge branch 'backport-3.15-cuda-device-link-only-cuda' | Brad King | 2020-01-09 | 3 | -0/+9 |
| |\ |
|
| | * | CUDA: Do not device link if target has no CUDA usage | Robert Maynard | 2020-01-09 | 3 | -0/+9 |
|
|
* | | | FindCUDAToolkit: correct searches for Toolkit components | Robert Maynard | 2019-12-16 | 1 | -8/+1 |
|
|
* | | | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 5 | -4/+58 |
|
|
* | | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 18 | -5/+165 |
|/ / |
|
* | | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 5 | -6/+10 |
|/ |
|
* | CUDA: Do not device link if CUDA is not an enabled language | Robert Maynard | 2019-07-01 | 4 | -0/+29 |
|
|
* | CUDA: Add test for device linking when host linking uses threads | Robert Maynard | 2018-10-24 | 5 | -0/+156 |
|
|
* | Tests: Fix Cuda test project names | Brad King | 2018-10-10 | 5 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 6 | -15/+15 |
|
|
* | CUDA: Use MSVC default pattern for naming object files | Robert Maynard | 2018-01-30 | 6 | -23/+37 |
|
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD | Robert Maynard | 2017-12-15 | 3 | -0/+25 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -9/+0 |
|
|
* | Tests: Simplify CUDA rpath on macOS | Brad King | 2017-06-21 | 3 | -9/+7 |
|
|
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 1 | -1/+1 |
|
|
* | CUDA: ObjectLibrary test executable now runs on OSX | Robert Maynard | 2017-03-23 | 1 | -0/+5 |
|
|
* | Merge topic 'cuda-msvc-flags' | Brad King | 2017-02-16 | 3 | -3/+3 |
|\ |
|
| * | CUDA: Fix test cases to not override CUDA flags | Brad King | 2017-02-15 | 3 | -3/+3 |
|
|
* | | Merge topic 'cuda-with-c' | Brad King | 2017-02-15 | 4 | -0/+43 |
|\ \
| |/ |
|
| * | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 1 | -0/+8 |
|
|
| * | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 4 | -0/+35 |
|
|
| * | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 8 | -36/+26 |
|
|
* | | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 8 | -83/+58 |
|
|
* | | Merge branch 'backport-clang-format-cuda' into clang-format-cuda | Brad King | 2017-02-14 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | clang-format.bash: Format CUDA source files too | Brad King | 2017-02-14 | 1 | -0/+9 |
|
|
* | | Merge topic 'cmake_provide_include_dir_for_toolkit' | Brad King | 2017-02-14 | 3 | -0/+20 |
|\ \
| |/ |
|
| * | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 3 | -0/+20 |
|
|
* | | Tests/Cuda: Select a CUDA device supporting compute 3.0 | Pierre Moreau | 2017-02-10 | 2 | -0/+46 |
|
|
* | | Tests/Cuda: Return a non-zero code if errors occurred | Pierre Moreau | 2017-02-10 | 2 | -6/+8 |
|
|
* | | Tests/Cuda: Use memory allocated on the GPU in the kernels | Pierre Moreau | 2017-02-10 | 2 | -10/+45 |
|
|
* | | Tests/Cuda: Add missing separable compilation property | Pierre Moreau | 2017-02-10 | 1 | -0/+2 |
|
|
* | | Tests/Cuda: Fix missing CUDA static library at runtime on macOS | Pierre Moreau | 2017-02-10 | 1 | -0/+6 |
|
|
* | | Tests/Cuda: Output error messages to std::cerr instead of std::cout | Pierre Moreau | 2017-02-10 | 1 | -2/+2 |
|
|
* | | Tests/Cuda: Print asynchronous error messages, if any | Pierre Moreau | 2017-02-10 | 3 | -0/+20 |
|
|
* | | Tests/Cuda: Print error message if mixed_kernel failed | Pierre Moreau | 2017-02-10 | 1 | -0/+7 |
|
|
* | | Tests/Cuda: Add identifiers to error messages | Pierre Moreau | 2017-02-10 | 2 | -2/+4 |
|
|
* | | Tests/Cuda: Print error message if an error occurred | Pierre Moreau | 2017-02-10 | 2 | -2/+2 |
|/ |
|
* | CUDA: Test that CUDA flags are used when device linking executables. | Robert Maynard | 2017-01-12 | 5 | -0/+48 |
|
|
* | CUDA: Port test cases to Windows with MSVC host compiler | Brad King | 2017-01-12 | 5 | -9/+43 |
|
|
* | CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler support | Robert Maynard | 2017-01-11 | 1 | -1/+1 |
|
|
* | CUDA: Tests now state why they are failing when no CUDA card is found. | Robert Maynard | 2016-12-15 | 3 | -11/+15 |
|
|
* | CUDA: Fix Cuda.Complex test case extern function signatures | Brad King | 2016-12-09 | 1 | -2/+2 |
|
|