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 integration: hotfixes #891

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

achirkin
Copy link
Contributor

@achirkin achirkin commented Oct 5, 2022

A second set of hotfixes for ivf-pq:

  1. max_samples is calculated from cluster_offsets to reduce the number of arguments and register pressure when it's not needed. The calculation on the kernel side was wrong and not matching the calculation on the host side (missing roundUp/128), which led to incorrect offsets inside the filled distance array.

@achirkin achirkin changed the title ivf-pq intergraption: hotfixes ivf-pq integration: hotfixes Oct 5, 2022
@achirkin achirkin added bug Something isn't working non-breaking Non-breaking change labels Oct 5, 2022
@github-actions github-actions bot added the cpp label Oct 5, 2022
@achirkin achirkin marked this pull request as ready for review October 5, 2022 17:28
@achirkin achirkin requested a review from a team as a code owner October 5, 2022 17:28
@cjnolet
Copy link
Member

cjnolet commented Oct 5, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 05de844 into rapidsai:branch-22.10 Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cpp non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants