Commit b15ad1d
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`
Reviewed By: ramilbakhshyiev
Differential Revision: D61856775
Pulled By: mengdilin1 parent 145e93d commit b15ad1d
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments