Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 1 | -0/+1 |
| | | | | An executable using CUDA and C should link as CUDA. | ||||
* | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 1 | -0/+1 |
| | | | | | The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ). | ||||
* | CUDA: Test that CUDA flags are used when device linking executables. | Robert Maynard | 2017-01-12 | 1 | -0/+1 |
| | |||||
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 1 | -0/+4 |