-
Notifications
You must be signed in to change notification settings - Fork 22
OOM protection by fallback to managed memory. #287
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
OOM protection by fallback to managed memory. #287
Conversation
4846b68 to
2a9a7c6
Compare
|
Thanks @pentschev, I think I have addressed all your suggestion? |
pentschev
left a comment
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.
Left a couple other questions, but otherwise LGTM. Thanks @madsbk .
pentschev
left a comment
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 @madsbk !
|
/merge |
Implement out-of-memory protection by using a RMM resource
RmmFallbackResourcebased on rapidsai/rmm#1665.The idea is to use managed memory when the RMM pool raises an OOM error.