-
Notifications
You must be signed in to change notification settings - Fork 304
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 call to getDeviceAttribute
following API change in RMM.
#2008
Fix call to getDeviceAttribute
following API change in RMM.
#2008
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #2008 +/- ##
================================================
+ Coverage 70.16% 70.75% +0.59%
================================================
Files 142 142
Lines 8671 8861 +190
================================================
+ Hits 6084 6270 +186
- Misses 2587 2591 +4
Continue to review full report at Codecov.
|
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.
Approving ops-codeowner
file changes
rerun tests |
2 similar comments
rerun tests |
rerun tests |
@gpucibot merge |
@gpucibot merge |
Please do not merge until rapidsai/rmm#930 is merged.
For the reasons described in that PR, this API has changed to accept a
cuda.cudart.cudaDeviceAttr
object,cuda
being the official CUDA Python bindings package.