Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linker script to support large cuda cubin files (#3115)
Summary: nvcc starting with CUDA 11.5 offers a `-hls` option to generate host side linker scripts to support large cubin file support. Since faiss supports CUDA 11.4 we replicate that behavior but injecting the same linker script into the link line manually. Pull Request resolved: #3115 Reviewed By: mdouze Differential Revision: D51308908 Pulled By: algoriddle fbshipit-source-id: c6dd073cd3f44dbc99d2e2da97f79b9ebc843b59
- Loading branch information