Kitware Robot
|
ed98209ddc
|
Revise include order using clang-format-6.0
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.
|
2019-10-01 12:26:36 -04:00 |
|
Brad King
|
fb378fc4d7
|
Tests: Fix Cuda test project names
Make them match what `ADD_TEST_MACRO` gives to ctest as the
project name to build so that the `.sln` file will be found.
|
2018-10-10 13:29:47 -04:00 |
|
Brad King
|
8285aa9e4e
|
Tests: Add missing error check in CudaOnly.GPUDebugFlag
If `cudaMallocManaged` fails then later use of `has_debug` is not valid.
|
2018-02-01 09:07:50 -05:00 |
|
Robert Maynard
|
dcc606ad47
|
CUDA: Allow -G to control device debuging on MSVC.
Fixes #17551
|
2018-01-11 13:33:00 -05:00 |
|