summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ObjectLibrary/static.cu
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* CUDA: Use MSVC default pattern for naming object filesRobert Maynard2018-01-301-5/+1
| | | | | The default that CUDA uses causes failures when you try to embed CUDA obj's into another target.
* Tests: Run clang-format on CUDA codeBrad King2017-02-141-3/+3
|
* Tests/Cuda: Output error messages to std::cerr instead of std::coutPierre Moreau2017-02-101-2/+2
|
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-141-0/+21