Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |