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

Update tdbMatrixMultiRange to support both slices and individual indices #550

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

jparismorgan
Copy link
Contributor

What

In the out-of-core IVF_PQ code we'll need to be able to read slices from a matrix. Here we update tdbMatrixMultiRange to support both reads with both slices and individual indices.

Testing

Tests pass.

@jparismorgan jparismorgan marked this pull request as ready for review October 15, 2024 04:09
size_type dimensions,
QueryType query_type,
const std::vector<I>& column_indices,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the function doc to mention how the new args work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

@jparismorgan jparismorgan merged commit 849b6e3 into main Oct 15, 2024
6 checks passed
@jparismorgan jparismorgan deleted the jparismorgan/tdb-matrix-multirange-slices branch October 15, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants