-
Notifications
You must be signed in to change notification settings - Fork 961
Drop cuda 11 usages #19386
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
Drop cuda 11 usages #19386
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -104,8 +104,8 @@ def default_memory_resource( | |||
): | |||
raise ComputeError( | |||
"GPU engine requested, but incorrect cudf-polars package installed. " | |||
"If your system has a CUDA 11 driver, please uninstall `cudf-polars-cu12` " | |||
"and install `cudf-polars-cu11`" | |||
"If your system has a CUDA `x` driver, please uninstall `cudf-polars-cu12` " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can this error be reached? Do we need this to say “Requires CUDA 12+” instead of recommending a reinstall?
I tried to trace down how this code is reached. Is it one of these two paths? https://github.com/search?q=repo%3Arapidsai%2Frmm+%22not+supported+with+this+CUDA+driver%2Fruntime+version%22&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is the paths. I updated the error message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation changes look good, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Prem
"If your system has a CUDA 11 driver, please uninstall `cudf-polars-cu12` " | ||
"and install `cudf-polars-cu11`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: pola-rs/polars#23620
Co-authored-by: Matthew Murray <[email protected]>
@ttnghia Can i get a java review on this? |
/merge |
55ad793
into
rapidsai:branch-25.08
Contributes to issue: #19381
Description
This PR drops cuda-11 usages in
cudf
codebase.Checklist