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

Change rmm::get_current_device_resource/set_current_device_resource to use rmm::device_async_resource_ref #1596

Open
2 of 5 tasks
Tracked by #1445
harrism opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
cpp Pertains to C++ code feature request New feature or request

Comments

@harrism
Copy link
Member

harrism commented Jun 27, 2024

This is blocked on design issues. We need to prototype a shared-ownership model for set_current_Device_resource() using upcoming shared_resource / any_resource from CCCL. These classes are only just becoming available in cudax.

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

  1. cpp
    harrism
  2. cpp
@harrism harrism changed the title Change rmm::get_current_device_resource to return a cuda::mr::async_resource_ref Change rmm::get_current_device_resource/set_current_device_resource to use rmm::device_async_resource_ref Jun 27, 2024
@harrism harrism added feature request New feature or request cpp Pertains to C++ code labels Jun 27, 2024
@harrism harrism self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Pertains to C++ code feature request New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant