cuvs
cuvs copied to clipboard
ANN_BENCH: Expose parallel_mode parameter of FAISS CPU IVF implementation
parallel_mode determines how queries are parallelized with OpenMP in FAISS CPU IVF implementation:
- 0 Split over queries.
- 1 Parallelize over inverted lists.
- 2 Parallelize over both queries and inverted lists.
- 3 Split over queries with finer granularity.
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.
/ok to test
/merge