cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Reader and writer for a simple CUTable format

Open vuule opened this issue 2 months ago • 4 comments

Description

Adds reader and writer for a format based on cudf::pack and cudf::unpack. The format does not encode or compress data. The reader is zero-copy when the packed data is already on device, so the returned type is not cudf::table. Instead, a packed_table object that owns the device memory and exposes a cudf::table_view is returned.

Checklist

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

vuule avatar Dec 09 '25 03:12 vuule

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Dec 09 '25 03:12 copy-pr-bot[bot]