Skip to content
  • Robert Maynard's avatar
    CUDA: Properly de-duplicate libs when doing device linking · fd0523a2
    Robert Maynard authored and Brad King's avatar Brad King committed
    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.
    fd0523a2