Skip to content

CUDA: Deduplicate device link line entries

The nvcc device linker is designed so that each static library with device symbols only needs to be listed once as it doesn't care about link order. If you provide the same static library multiple times it will error out. To make sure this occurs we find the unique set of link items.

Edited by Brad King

Merge request reports