-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
faiss-gpu to use 11.4.4 and be the only one supporting P100 (#3237)
Summary: Considering that only GPU classic works on Pascal and only if compiled with cuda 11.4, this sets up the conda builds as follows. tl;dr: Pascal will only be supported by faiss-gpu on cuda 11. ## faiss-gpu 1. build on cuda 11.4.4, supports Pascal, works with pytorch-cuda=11 (including hosts with cuda 12 drivers) 2. build on cuda 12.1.1, does NOT support Pascal, works with pytorch-cuda=12 ## faiss-gpu-raft 1. build on cuda 11.8.0, does NOT support Pascal, works with pytorch-cuda=11.8 2. build on cuda 12.1.1, does NOT support Pascal, works with pytorch-cuda=12 The reason faiss-gpu-raft is built with and supports only 11.8 is due to the risk of clobbering otherwise between libraft and pytorch-cuda dependencies. Pull Request resolved: #3237 Reviewed By: mdouze Differential Revision: D53354121 Pulled By: algoriddle fbshipit-source-id: 86108e975168759572f84922bf0ccef55ae75ef8
- Loading branch information
1 parent
31a29d0
commit ed3f6e5
Showing
3 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters