Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+6 |
An executable using CUDA and C should link as CUDA. |