-
Notifications
You must be signed in to change notification settings - Fork 912
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
Pylibcudf: pack and unpack #17012
Pylibcudf: pack and unpack #17012
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #16953. Do you also plan to plumb your changes through cudf python (eg. copying.pyx)
Sorry @Matt711, didn't see #16953.
No, not in this PR. The plan is to include the bindings needed to serialize cudf.polars' |
No worries, I'll probably hold off on #16953, and get any missing pieces from |
67f371d
to
851e725
Compare
851e725
to
9d5491b
Compare
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Lawrence Mitchell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more test param wants xfailed, I think (let's wait for it to run through)
We can't contiguous-split a Column.
/merge |
Adding python bindings to
cudf::pack()
,cudf::unpack()
, andcudf::packed_columns
.This is the first step to support serialization of cudf.polars' IR.
cc. @wence- @rjzamora
Checklist