summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Complex/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+1
| | | | | Fixes #17559 Replace our hard-coded default of cudart=static with a first-class abstraction to select the runtime library from an enumeration of logical names.
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+2
| | | | | | | | | | | | 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/Cuda: Select a CUDA device supporting compute 3.0Pierre Moreau2017-02-101-0/+6
|
* Tests/Cuda: Return a non-zero code if errors occurredPierre Moreau2017-02-101-3/+3
|
* CUDA: Port test cases to Windows with MSVC host compilerBrad King2017-01-121-2/+8
|
* CUDA: Fix Cuda.Complex test case extern function signaturesBrad King2016-12-091-2/+2
| | | | | Make the return types of the extern function declared in `main.cpp` match those in the method implementations.
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-141-0/+14