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 launchconfig y-gridsize too large in epilogue kernel #1586

Merged

Conversation

mfoerste4
Copy link
Collaborator

@mfoerste4 mfoerste4 commented Jun 9, 2023

This fixes the launch config for epilogue kernels in the GramMatrix computation for large number of columns in the resulting kernel matrix.
This code-path is triggered when predicting scores with a support vector space larger than 262140 which would result in a y-grid-dimension larger than 65535.

Although this is not a regression this code path might get hit more often now that we allow sparse input data, so we might want to fix it in 23.06 as well.

CC @tfeher .

@mfoerste4 mfoerste4 requested a review from a team as a code owner June 9, 2023 16:20
@github-actions github-actions bot added the cpp label Jun 9, 2023
@cjnolet cjnolet added bug Something isn't working non-breaking Non-breaking change labels Jun 12, 2023
Copy link
Contributor

@tfeher tfeher left a comment

Choose a reason for hiding this comment

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

Thanks @mfoerste4 for the PR, LGTM!

@cjnolet
Copy link
Member

cjnolet commented Jun 22, 2023

/merge

@rapids-bot rapids-bot bot merged commit cb77979 into rapidsai:branch-23.08 Jun 22, 2023
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
Development

Successfully merging this pull request may close these issues.

3 participants