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 out of bounds access in sum kernel #2183

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

tfeher
Copy link
Contributor

@tfeher tfeher commented Feb 13, 2024

This PR fixes an error in the sum kernel and adds a corresponding test. The problem only appears with matrices that have less than 32 columns (but the error could be silent unless compute-sanitizer is used).

@tfeher tfeher added bug Something isn't working non-breaking Non-breaking change labels Feb 13, 2024
@tfeher tfeher self-assigned this Feb 13, 2024
@tfeher tfeher requested a review from a team as a code owner February 13, 2024 21:27
@github-actions github-actions bot added the cpp label Feb 13, 2024
@cjnolet
Copy link
Member

cjnolet commented Feb 15, 2024

/merge

@rapids-bot rapids-bot bot merged commit 9d56b01 into rapidsai:branch-24.04 Feb 15, 2024
62 checks passed
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