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

Make changes needed to have all host allocations go through a single plugable API #1778

Draft
wants to merge 3 commits into
base: branch-24.06
Choose a base branch
from

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Feb 12, 2024

rapidsai/cudf#15026 makes it so that we can have all host memory allocations go through a plugable API. This fixes any build incompatibility with that change so that spark-rapids-jni can continue to work. It also cleans up a few small things, like making the logging for RMM deallocations to do the right thing for CPU vs GPU memory, and updates the injection APIs to take an enum instead of the ordinal for the enum. The other two are minor, but I thought made the code base cleaner and less error prone.

@revans2 revans2 self-assigned this Feb 12, 2024
…plugable API

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 changed the base branch from branch-24.04 to branch-24.06 April 10, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant