summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ConsumeCompileFeatures
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Run clang-format on CUDA codeBrad King2017-02-141-3/+5
|
* CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler supportRobert Maynard2017-01-111-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 Maynard2016-11-144-0/+54