rapidsai / cuspatial

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

Replace rmm::mr::device_memory_resource* with rmm::device_async_resource_ref #1373

Closed harrism closed 2 months ago

harrism commented 2 months ago

Description

Closes #1371

Replaces all occurrences of rmm::mr::device_memory_resource* in parameters with rmm::device_async_resource_ref. Also updates guidance in the DEVELOPER_GUIDE.md

Checklist

trxcllnt commented 2 months ago

/merge