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
|
33a65941fa
|
Tests: Run clang-format on CUDA code
|
2017-02-14 10:21:48 -05:00 |
|
Robert Maynard
|
1ce39a1e73
|
CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler support
We need to use a C++11 feature that is supported by the widest
range of compilers, so we chose nullptr instead of constexpr.
|
2017-01-11 10:40:38 -05:00 |
|
Robert Maynard
|
7b9131da64
|
CUDA: Add tests to verify CUDA compiler works properly.
|
2016-11-14 16:40:50 -05:00 |
|