8000 Add tiered_index support by benfred · Pull Request #879 · rapidsai/cuvs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 26 commits into from
May 29, 2025
Merged

Conversation

benfred
Copy link
Member
@benfred benfred commented May 7, 2025

No description provided.

@benfred benfred self-assigned this May 7, 2025
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels May 7 10000 , 2025
Copy link
copy-pr-bot bot commented May 7, 2025

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);
Copy link
Member
@cjnolet cjnolet May 8, 2025

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).

@cjnolet
Copy link
Member
cjnolet commented May 27, 2025

/ok to test 981f9c6

@benfred benfred marked this pull request as ready for review May 27, 2025 20:01
@benfred benfred requested review from a team as code owners May 27, 2025 20:01
@benfred benfred requested a review from a team as a code owner May 28, 2025 23:05
@cjnolet
Copy link
Member
cjnolet commented May 29, 2025

/merge

@rapids-bot rapids-bot bot merged commit 3937a7c into rapidsai:branch-25.06 May 29, 2025
75 checks passed
mythrocks pushed a commit to mythrocks/cuvs that referenced this pull request Jun 3, 2025
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
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 Python
Development

Successfully merging this pull request may close these issues.

2 participants
0