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

ivf-pq::search: fix the indexing type of the query-related mdspan arguments #1539

Merged
merged 1 commit into from
May 20, 2023

Conversation

achirkin
Copy link
Contributor

closes #1357

breaking change: the type of argument mdspans has slightly changed (second template parameter fixed to uint32_t)

@achirkin achirkin added bug Something isn't working breaking Breaking change labels May 20, 2023
@achirkin achirkin requested a review from cjnolet May 20, 2023 05:28
@achirkin achirkin self-assigned this May 20, 2023
@achirkin achirkin requested a review from a team as a code owner May 20, 2023 05:28
@github-actions github-actions bot added the cpp label May 20, 2023
@achirkin
Copy link
Contributor Author

@cjnolet I'd like to squeeze this in 23.06 to have higher chances that nobody uses the original api. But this is a breaking change during burndown, so I surely don't mind moving it to 23.08 if you think it's more appropriate.

@cjnolet
Copy link
Member

cjnolet commented May 20, 2023

@achirkin I'm okay putting this in 23.06. I'm sure it's fine but for completeness, can you please open a PR to test this change in cuml?

@cjnolet
Copy link
Member

cjnolet commented May 20, 2023

/merge

@rapids-bot rapids-bot bot merged commit a196645 into rapidsai:branch-23.06 May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug Something isn't working cpp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Misleading signature of ivf_pq::search
2 participants