Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Add support for requesting C++98 under CUDA 9 | Robert Maynard | 2017-09-26 | 1 | -1/+1 |
| | | | | | | | | | Starting in CUDA 9 the default compilation mode is C++14, and you need to explicitly enable C++98/03 mode. While at it, document `14` among the values for `CUDA_STANDARD`. This was accidentally left out of commit v3.9.0-rc1~118^2 (CUDA: Add support for the C++14 standard flag, 2017-05-11). | ||||
* | Help: Document CUDA_STANDARD and related properties | Robert Maynard | 2016-12-09 | 1 | -0/+32 |