-
Notifications
You must be signed in to change notification settings - Fork 999
Fix pinned memory resource shared_pointer lifetime in tests.
#20407
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 pinned memory resource shared_pointer lifetime in tests.
#20407
Conversation
|
@bdice have you figured out the fix for the similar issue in UTILITY_TEST? |
Yes, that should be handled by rapidsai/rmm#2107. Or at least, that test didn’t fail locally once the RMM changes were applied. |
|
/merge |
shared_pointer lifetime in tests.
|
Ack. Something was different in my local testing, I need a similar fix in |
Description
There is a shared_pointer whose lifetime isn't being properly managed. This fixes it.
Checklist