rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
604 stars 152 forks source link

Replace device_memory_resource* with device_async_resource_ref #1371

Closed harrism closed 5 months ago

harrism commented 5 months ago

Update occurences of rmm::mr::device_memory_resource* to rmm::device_async_resource_ref in this repo. The rationale is explained in this document.