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

Fixing workaround for cuSPARSE bug with correct copy dimensions #2185

Conversation

mfoerste4
Copy link
Collaborator

This PR tries to fix the workaround that introduce a temporary copy of the Z matrix for SpMM.
Note that the correct sizing for the copy is crucial - this is covered by the SPARSE_DIST_TEST.

However, I did NOT test whether this fixes the cuSparse bug. CC @cjnolet @trxcllnt

@bdice
Copy link
Contributor

bdice commented Feb 14, 2024

However, I did NOT test whether this fixes the cuSparse bug.

Before merging a fix, we should test whether it actually fixes the bug.

@mfoerste4 mfoerste4 marked this pull request as ready for review February 20, 2024 17:44
@mfoerste4 mfoerste4 requested a review from a team as a code owner February 20, 2024 17:44
@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 20, 2024
@jakirkham
Copy link
Member

This was tested in cuML with PR: rapidsai/cuml#5777

@jakirkham
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit c95bf6a into rapidsai:branch-24.04 Feb 21, 2024
61 checks passed
@jakirkham
Copy link
Member

Thanks all! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

5 participants