Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace device_memory_resource* with device_async_resource_ref #1371

Closed
Tracked by #16 ...
harrism opened this issue Apr 10, 2024 · 0 comments · Fixed by #1373
Closed
Tracked by #16 ...

Replace device_memory_resource* with device_async_resource_ref #1371

harrism opened this issue Apr 10, 2024 · 0 comments · Fixed by #1373
Labels
improvement Improvement / enhancement to an existing function

Comments

@harrism
Copy link
Member

harrism commented Apr 10, 2024

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

@harrism harrism added the improvement Improvement / enhancement to an existing function label Apr 10, 2024
rapids-bot bot pushed a commit that referenced this issue Apr 18, 2024
…rce_ref (#1373)

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

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Paul Taylor (https://github.com/trxcllnt)
  - Michael Wang (https://github.com/isVoid)

URL: #1373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant