-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
coredump in segmm_ #4892
Comments
Which version of OpenBLAS, which cpu, which compiler, what does the code and data look like that leads to the coredump ? |
compiler:gcc in faiss::exhaustive_inner_product_blas |
I do not know FAISS, what do I need to do to trigger the error there - is it with a supplied example ? But 0.3.21 is two years old, there is a good chance that this was resolved in the meantime. |
I cannot reproduce this with simple cases based on the examples in the FAISS tutorial, please provide |
#0 0x000055eca5413a75 in sgemm_incopy ()
#1 0x000055eca53f670f in sgemm_tn ()
#2 0x000055eca53f4d79 in sgemm_ ()
#3 0x000055eca52d9bda in faiss::(anonymous namespace)::exhaustive_inner_product_blas<faiss::HeapResultHandler<faiss::CMin<float, long> > > (res=..., ny=64, nx=64, d=128, y=0x7fca661be000,
x=) at third_party/faiss/faiss/faiss/impl/ResultHandler.h:88
#4 faiss::knn_inner_product (x=, y=, d=128, nx=64, ny=, k=1, val=0x7fca62d35200, ids=0x7fca661dfc00, sel=)
at third_party/faiss/faiss/faiss/utils/distances.cpp:636
#5 0x000055eca52d9d8e in faiss::knn_inner_product (x=, y=, d=, nx=, ny=, res=res@entry=0x7fca58dbe1c0, sel=0x0)
at third_party/faiss/faiss/faiss/utils/distances.cpp:667
There is coredump in some linux environment. Asking for everyone's help, please tell me the reason for this coredump
The text was updated successfully, but these errors were encountered: