Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix Cuda test project names | Brad King | 2018-10-10 | 1 | -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. | ||||
* | CUDA: Use MSVC default pattern for naming object files | Robert Maynard | 2018-01-30 | 1 | -4/+7 |
| | | | | | The default that CUDA uses causes failures when you try to embed CUDA obj's into another target. | ||||
* | Tests: Simplify CUDA rpath on macOS | Brad King | 2017-06-21 | 1 | -3/+3 |
| | | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries. | ||||
* | CUDA: ObjectLibrary test executable now runs on OSX | Robert Maynard | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 1 | -0/+12 |