[FEA] Support SCaNN in `cuvs-bench`
Open
@jnke2016 is already working on this.
Since Nov 20, 2025.
feature request
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
cuvs-bench tool is important for several reasons. For one, it allows us to provide reprocible benchmarks that users can run on their own hardware. Another reason is that we often run these benchmarks to verify there are no performance regressions in between releases, and when perf regressions are found, it allows us to profile and debug.
We've recently added Vamana/DiskANN indexes to cuvs-bench, both for GPU and for the CPU reference, which was also needed to evaluate searching the Vamana indexes we've built on the GPU. We should do the same with SCaNN.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.