Change rmm::get_current_device_resource
/set_current_device_resource
to use rmm::device_async_resource_ref
#1596
Labels
This is blocked on design issues. We need to prototype a shared-ownership model for
set_current_Device_resource()
using upcomingshared_resource
/any_resource
from CCCL. These classes are only just becoming available incudax
.Once that is working we can design and implement a Cython solution around it. Also, resource adaptors should use a
shared_resource
for their upstream resources.Tasks
get_current_device_resource_ref
/set_current_device_resource_ref
that take and returndevice_async_resource_ref
#1597The text was updated successfully, but these errors were encountered: