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: Run clang-format on CUDA code | Brad King | 2017-02-14 | 1 | -3/+5 |
| | |||||
* | CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler support | Robert Maynard | 2017-01-11 | 1 | -1/+1 |
| | | | | | We need to use a C++11 feature that is supported by the widest range of compilers, so we chose nullptr instead of constexpr. | ||||
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 4 | -0/+54 |