summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/GPUDebugFlag
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix Cuda test project namesBrad King2018-10-101-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.GPUDebugFlagBrad King2018-02-011-0/+5
| | | | If `cudaMallocManaged` fails then later use of `has_debug` is not valid.
* CUDA: Allow -G to control device debuging on MSVC.Robert Maynard2018-01-112-0/+89
Fixes #17551