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

Switch RMM device_memory_resource to device_async_resource_ref in Java code #15970

Draft
wants to merge 1 commit into
base: branch-24.08
Choose a base branch
from

Conversation

pmattione-nvidia
Copy link
Contributor

This replaces the RMM device_memory_resource with device_async_resource_ref in the Java code. This also updates the memory resources to conform to the new cuda::memory_resource async allocator concept.

Note that the C++ RMM memory resources that are ultimately created by the initialize() function still inherit from device_memory_resource. Thus this work cannot be completed until RMM is updated to provide a way to create equivalent resources that follow the new cuda::memory_resource async allocator concepts.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@pmattione-nvidia pmattione-nvidia added Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS breaking Breaking change labels Jun 11, 2024
@pmattione-nvidia pmattione-nvidia self-assigned this Jun 11, 2024
@pmattione-nvidia pmattione-nvidia added the improvement Improvement / enhancement to an existing function label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant