You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Tested with both MSVC (with /openmp:llvm) and clang-cl (no particular extra flags needed). This PR is separated into two commits (three after I found out that lines need to be 80 chars or less):
1. Changes needed for clang-cl (and probably stock clang too)
2. Changes needed for MSVC
So FAISS can decide either to require using LLVM for Windows (not a hard thing to do these days since it is fully supported inside Visual Studio) and discarding the second commits, or taking them all and documenting the need to use /openmp:llvm
Closes#3193
Pull Request resolved: #3238
Reviewed By: mdouze
Differential Revision: D53479325
Pulled By: algoriddle
fbshipit-source-id: e8628f44626b6f49c5d9d7f259a9e3061cfe5568
0 commit comments