-
Notifications
You must be signed in to change notification settings - Fork 109
Add tiered_index support #879
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
Conversation
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. |
/** @copydoc extend */ | ||
void extend(raft::resources const& handle, | ||
raft::device_matrix_view<const float, int64_t, raft::row_major> new_vectors, | ||
tiered_index::index<ivf_flat::index<float, int64_t>>* idx); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this is using the already instantiated APIs, but I wonder if we could eventually get away with just int64 types (not just in this API but across all the index apis).
/ok to test 981f9c6 |
/merge |
Authors: - Ben Frederickson (https://github.com/benfred) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#879
No description provided.