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
Build SVE CI with openblas that was compiled with USE_OPENMP=1 (#3776)
Summary:
I noticed by default, conda install openblas installs `libopenblas-pthreads` on our SVE CI. This can be problematic as described in https://github.com/facebookresearch/faiss/wiki/Troubleshooting#surprising-faiss-openmp-and-openblas-interaction
Updating installation of openblas to be more specific and use the version that works well with openmp.
Sees version `0.3.27-openmp_h1b0c31a_0` for openblas instead of `pthread`
Pull Request resolved: #3776
Reviewed By: ramilbakhshyiev
Differential Revision: D61856775
Pulled By: mengdilin
fbshipit-source-id: 950bd68ba438d221b39d25b2d6e185bc61512243
0 commit comments