You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use rmm host memory resources with std pmr pool resources, which requires a std pmr memory_resource impl.
Describe the solution you'd like
Make rmm host memory resource extend std::pmr::memory_resource
Describe alternatives you've considered
N/A
Additional context @harrism suggested that this needs to be discussed in an issue in this PR #1960