cuvs icon indicating copy to clipboard operation
cuvs copied to clipboard

ANN_BENCH: Expose parallel_mode parameter of FAISS CPU IVF implementation

Open achirkin opened this issue 8 months ago • 2 comments

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.

achirkin avatar Apr 30 '25 16:04 achirkin

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.

copy-pr-bot[bot] avatar Apr 30 '25 16:04 copy-pr-bot[bot]

/ok to test

achirkin avatar Apr 30 '25 16:04 achirkin

/merge

tfeher avatar May 07 '25 16:05 tfeher