Skip to content
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

Add option to brute_force index to store non-owning reference to norms #1865

Merged

Conversation

benfred
Copy link
Member

@benfred benfred commented Sep 29, 2023

This makes the faiss integration substantially easier, since we can just use the existing norms that have already been calculated in GpuDistanceParams::vectorNorms - rather than require an owned copy that lives in the brute force index.

…orms

This makes the faiss integration substantially easier, since we can just
use the existing norms that have already been calculated in
GpuDistanceParams::vectorNorms - rather than require an owned copy
that lives in the brute force index.
@benfred benfred requested a review from a team as a code owner September 29, 2023 20:39
@github-actions github-actions bot added the cpp label Sep 29, 2023
@cjnolet cjnolet added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Oct 2, 2023
@raydouglass raydouglass merged commit 120cff4 into rapidsai:branch-23.10 Oct 2, 2023
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants