summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/EnableStandard
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-2/+3
|
* 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.
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-012-4/+4
| | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Tests: Run clang-format on CUDA codeBrad King2017-02-141-3/+3
|
* CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-101-0/+11
| | | | | The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ).
* CUDA: Port test cases to Windows with MSVC host compilerBrad King2017-01-122-2/+14
|
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-144-0/+50