-
Notifications
You must be signed in to change notification settings - Fork 94
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
[REVIEW]Expose rmm-maximum_pool_size argument #827
[REVIEW]Expose rmm-maximum_pool_size argument #827
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #827 +/- ##
================================================
+ Coverage 87.07% 89.10% +2.03%
================================================
Files 16 16
Lines 2065 2074 +9
================================================
+ Hits 1798 1848 +50
+ Misses 267 226 -41
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.
Looks good overall, just have a few minor requests on docstrings.
I don't know if there's a way to do that via Python RMM API, but do you know if we can query that value and add that in a test @VibhuJawa ?
Co-authored-by: Peter Andreas Entschev <[email protected]>
Co-authored-by: Peter Andreas Entschev <[email protected]>
Co-authored-by: Peter Andreas Entschev <[email protected]>
Co-authored-by: Peter Andreas Entschev <[email protected]>
Thanks for the suggestions on doc strings.
I have been trying to search for that but i could not find a way to query it. I dont think we expose that for the |
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.
Thanks @VibhuJawa !
@gpucibot merge |
1 similar comment
@gpucibot merge |
This PR closes #826