Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace raw device_memory_resource pointer in pylibcudf Cython (#16674)
Replaces a single `device_memory_resource*` in pylibcudf Cython inline C++ function with `rmm::device_async_resource_ref` to help smooth RMM refactoring effort. Authors: - Mark Harris (https://github.com/harrism) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Lawrence Mitchell (https://github.com/wence-) URL: #16674
- Loading branch information