summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS.rst
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Static libraries can now explicitly resolve device symbolsRobert Maynard2017-04-261-0/+15
If a static library has the property CUDA_RESOLVE_DEVICE_SYMBOLS enabled it will now perform the device link step. The normal behavior is to delay calling device link until the static library is consumed by a shared library or an executable.