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

Fix IVF-PQ fused kernel performance problems #1726

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

achirkin
Copy link
Contributor

@achirkin achirkin commented Aug 8, 2023

Fix occasional slowdown of the compute similarity kernels:

  1. Allow using the fused version for small work size cases
  2. Switch to the warpsort implementation that uses less registers at the expense of shared memory.

Addresses (at least partially) #1621

@achirkin achirkin added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change labels Aug 8, 2023
@achirkin achirkin requested a review from a team as a code owner August 8, 2023 16:16
@github-actions github-actions bot added the cpp label Aug 8, 2023
@achirkin achirkin self-assigned this Aug 8, 2023
@cjnolet
Copy link
Member

cjnolet commented Aug 11, 2023

/merge

@rapids-bot rapids-bot bot merged commit b3bb21a into rapidsai:branch-23.10 Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants