We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug faiss may crash when there is another imported package that depends on libomp.
libomp
To Reproduce Import a package that depends on OpenMP on macOS, then import faiss-cpu package. Use faiss as usual.
faiss-cpu
Expected behavior Should not segfault.
Desktop (please complete the following information):
Additional context facebookresearch/faiss#2463 benfred/implicit#613 (comment) dmlc/xgboost#7039 (comment) https://bugs.llvm.org/show_bug.cgi?id=50579
The text was updated successfully, but these errors were encountered:
pytorch/pytorch#44282
Sorry, something went wrong.
A dangerous workaround is to set the following environment variable.
export KMP_DUPLICATE_LIB_OK=TRUE
https://pypackaging-native.github.io/key-issues/native-dependencies/blas_openmp/
No branches or pull requests
Describe the bug
faiss may crash when there is another imported package that depends on
libomp
.To Reproduce
Import a package that depends on OpenMP on macOS, then import
faiss-cpu
package. Use faiss as usual.Expected behavior
Should not segfault.
Desktop (please complete the following information):
Additional context
facebookresearch/faiss#2463
benfred/implicit#613 (comment)
dmlc/xgboost#7039 (comment)
https://bugs.llvm.org/show_bug.cgi?id=50579
The text was updated successfully, but these errors were encountered: