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

Change brute_force api to match ivf*/cagra #536

Merged
merged 6 commits into from
Jan 8, 2025

Conversation

benfred
Copy link
Member

@benfred benfred commented Dec 16, 2024

This changes the brute_force knn api to match that of ivf-* and cagra , by adding a search_params and index_params structure to the relevant calls.

This allows us to use the dynamic batching code on brute_force knn, as well as provide a more standardized API for our users.

This changes the brute_force knn api to match that of ivf-* and cagra ,
by adding a search_params and index_params structure to the relevant calls.

This allows us to use the dynamic batching code on brute_force knn, as well
as provide a more standardized API for our users.
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Dec 16, 2024
@benfred benfred requested review from a team as code owners December 16, 2024 23:53
@benfred benfred requested a review from achirkin December 17, 2024 04:18
@benfred
Copy link
Member Author

benfred commented Jan 8, 2025

/merge

@rapids-bot rapids-bot bot merged commit 2a10353 into rapidsai:branch-25.02 Jan 8, 2025
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants