summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/CUDA_RESOLVE_DEVICE_SYMBOLS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.14 release notesBrad King2019-02-061-6/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
* CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-051-0/+6
`CUDA_RESOLVE_DEVICE_SYMBOLS` can be used with shared, module, and executable target types. This relaxation is to allow for better interoperability with linkers that automatically do CUDA device symbol resolution and have no way to disable it.