-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Faiss tuning issue #897
Comments
|
Does Openblas affect the actual search time? I tested with Openblas and SSE respectively and I see the actual search time from "indexIVF_stats.search_time" are different. It can be reproduced repeatedly. Thanks! |
Yes the search time changes depends on openblas vs. SSE. |
no activity, closing. |
Dear guys, I am tuning faiss performance and meet following issues:
distance_compute_bias_threshold default is 20 which will influence the L2 precision. According to WIKI and negative distance returned in IndexFlatL2 search query #297, it only works on IndexL2. But when I check the code, it seems Inner Product calculate also impacted by the parameter. Why?
I test the FAISS with MKL and OpenBlas in intel x86 platform. Obviously, FAISS with MKL will be more fast than FAISS with OpenBlas, when index is FLAT L2/IP. Question, if the index is IVF, will FAISS with MKL still be faster?
Thank you for help!
The text was updated successfully, but these errors were encountered: