Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | Tests: Fix Cuda test project names | Brad King | 2018-10-10 | 1 | -1/+1 |
| | | | | | Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found. | ||||
* | Tests: Add missing error check in CudaOnly.GPUDebugFlag | Brad King | 2018-02-01 | 1 | -0/+5 |
| | | | | If `cudaMallocManaged` fails then later use of `has_debug` is not valid. | ||||
* | CUDA: Allow -G to control device debuging on MSVC. | Robert Maynard | 2018-01-11 | 2 | -0/+89 |
Fixes #17551 |