-
Notifications
You must be signed in to change notification settings - Fork 107
[ANN_BENCH] Fix OpenMP Sections in Wrappers #911
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
base: branch-25.08
Are you sure you want to change the base?
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
…threading-modes
…into threading-modes
@achirkin @tfeher for viz. Removed number of search threads entirely because user can control it with OpenMP environment variables, which is actually the most correct way of using OpenMP rather than passing in process-specific threads through cuvs-bench. We simply call Faiss' search APIs with the batch of queries and Faiss does all its parallelization internally. |
…threading-modes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tarang-jain can you pull #724 into this PR?
@divyegala #724 has build failures in CI at the moment. |
Fixes OpenMP num thread setting + dispatching search workloads in DiskANN and Faiss CPU cuvs-bench wrappers.
Hnswlib wrapper taken care of in #724