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

[FEA] Use RAFT get/set_current_device_resource() wrappers in cuVS #308

Open
harrism opened this issue Aug 29, 2024 · 0 comments
Open

[FEA] Use RAFT get/set_current_device_resource() wrappers in cuVS #308

harrism opened this issue Aug 29, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@harrism
Copy link
Member

harrism commented Aug 29, 2024

Is your feature request related to a problem? Please describe.
To reduce thrash due to RMM refactoring, RAFT is adding wrappers around RMM rmm::get_current_device_resource(), rmm::set_current_device_resource() and aliases for RMM resource_ref types.

Using these will allow us to change them in a single location in RAFT without having to touch every file that uses memory resources.

Additional context
See rapidsai/raft#2423
and
rapidsai/raft#2424

@harrism harrism added the feature request New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant