Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Fix test cases to not override CUDA flags | Brad King | 2017-02-15 | 1 | -1/+1 |
| | | | | Append to `CMAKE_CUDA_FLAGS` instead of overwriting it. | ||||
* | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 1 | -0/+8 |
| | | | | | | | On Windows with MSVC-like host compilers we must honor the standard libraries chosen by the `Platform/Windows-MSVC` module. Otherwise C code linked into the CUDA binary that expects to have these libraries available may not link. | ||||
* | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 3 | -0/+34 |
An executable using CUDA and C should link as CUDA. |