Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Tests/Cuda: Print error message if an error occurred | Pierre Moreau | 2017-02-10 | 2 | -2/+2 | |
|/ | | | | Fixes c59811a2 "CUDA: Tests now state why they are failing when no CUDA card is found." | |||||
* | CUDA: Test that CUDA flags are used when device linking executables. | Robert Maynard | 2017-01-12 | 5 | -0/+48 | |
| | ||||||
* | CUDA: Port test cases to Windows with MSVC host compiler | Brad King | 2017-01-12 | 5 | -9/+43 | |
| | ||||||
* | 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: Tests now state why they are failing when no CUDA card is found. | Robert Maynard | 2016-12-15 | 3 | -11/+15 | |
| | ||||||
* | CUDA: Fix Cuda.Complex test case extern function signatures | Brad King | 2016-12-09 | 1 | -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 Maynard | 2016-11-14 | 20 | -0/+316 | |