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

Support deserializing cudf-polars objects composed of RMM frames #18138

Open
wants to merge 4 commits into
base: branch-25.04
Choose a base branch
from

Conversation

pentschev
Copy link
Member

@pentschev pentschev commented Feb 28, 2025

Description

Support deserializing cudf-polars objects composed of rmm.DeviceBuffer frames, as they need to be converted to pylibcudf.gpumemoryview before unpacking data to rebuild DataFrame/Column.

Requires #18133 .

Checklist

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

@pentschev pentschev added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 28, 2025
@pentschev pentschev requested a review from a team as a code owner February 28, 2025 21:55
@github-actions github-actions bot added Python Affects Python cuDF API. cudf.polars Issues specific to cudf.polars labels Feb 28, 2025
@pentschev pentschev added 0 - Blocked Cannot progress due to external reasons and removed 3 - Ready for Review Ready for review by team labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Blocked Cannot progress due to external reasons cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant