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

Add workaround for syevd in CUDA 12.0 #2332

Open
wants to merge 7 commits into
base: branch-24.08
Choose a base branch
from

Conversation

lowener
Copy link
Contributor

@lowener lowener commented May 22, 2024

Bug 4580093 of cusolver is causing an issue with cusolverDnXsyevd. This bug has been seen in rapidsai/cuml#5555 and impact PCA and Linear Regression with CUDA 12.0+. Setting the stream to a different value than cudaStreamPerThread seems to solve it as a workaround.

@lowener lowener added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change labels May 22, 2024
@lowener lowener requested a review from a team as a code owner May 22, 2024 20:37
@github-actions github-actions bot added the cpp label May 22, 2024
@lowener lowener changed the base branch from branch-24.06 to branch-24.08 May 23, 2024 00:01
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
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

1 participant