Skip to content
  • Brad King's avatar
    CUDA: Pass host linker directories to device linker · 88c7abb7
    Brad King authored
    In some environments, libraries containing device code are installed in
    directories searched by the host linker but not passed by nvcc to
    nvlink.  Make these libraries available by explicitly passing the
    host linker search directories during device linking.
    
    Issue: #16317
    88c7abb7