-
Notifications
You must be signed in to change notification settings - Fork 902
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
Replace custom CUDA bindings previously provided by RMM with official CUDA Python bindings #10008
Replace custom CUDA bindings previously provided by RMM with official CUDA Python bindings #10008
Conversation
… CUDA Python bindings
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.
lgtm pending adding the dependency
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.
I grepped the code base and couldn't find any other uses of these APIs. We'll also need to update conda environments, conda recipes, and docker/package_versions.sh (optional). Since we don't put dependencies in our setup.[py|cfg] scripts I don't think we need to touch those.
Still curious about |
That can be removed. |
rerun tests |
1 similar comment
rerun tests |
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.
Let's remove the outdated shim for CUDA 10 support. Also please fix the errant tab on line 81 (Maxwell ... 5.x) to spaces.
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #10008 +/- ##
================================================
- Coverage 10.49% 10.40% -0.09%
================================================
Files 119 119
Lines 20305 20557 +252
================================================
+ Hits 2130 2139 +9
- Misses 18175 18418 +243
Continue to review full report at Codecov.
|
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
This PR replaces custom CUDA bindings that are provided by RMM, with official CUDA Python bindings. This PR should be merged after the RMM PR rapidsai/rmm#930