Skip to content

CUDA_RESOLVE_DEVICE_SYMBOLS is valid for more target types.

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.

Merge request reports