Refactor RMM resources to implement cuda::memory_resource
concepts and deprecate and remove device_memory_resource
and host_memory_resource
base classes.
#1445
Open
10 of 13 tasks
Labels
Part of #1443
Tasks that should not require prior work
rmm::device_scalar
to take acuda::mr::async_resource_ref
instead of adevice_memory_resource*
#1446cuda::mr::async_resource_ref
#1481get_upstream_resource
method to resource adaptors to eventually replace rawget_upstream
#1455Tasks that would remove APIs that return a
device_memory_resource
get_upstream
withget_upstream_resource
#1491device_memory_resource*
#1500Final tasks that will have considerable downstream effects
rmm::get_current_device_resource
/set_current_device_resource
to use rmm::device_async_resource_ref #1596The text was updated successfully, but these errors were encountered: