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

Add HostTable interface to allow wielding of host tables in native code #2393

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Sep 10, 2024

Depends upon rapidsai/cudf#16784.

Adds a host version of cudf::table_view and cudf::column_view so we can examine and construct tables in host memory, along with APIs to construct a contiguous device table from a host table. This makes it easier to move some host processing code from Java into native code to avoid excessive object creation for very wide and/or deeply nested table schemas.

@jlowe jlowe self-assigned this Sep 10, 2024
@ttnghia ttnghia self-requested a review September 16, 2024 22:08
@jlowe jlowe changed the base branch from branch-24.10 to branch-24.12 October 2, 2024 20:13
@jlowe
Copy link
Member Author

jlowe commented Oct 3, 2024

build

@jlowe jlowe merged commit ae24b4d into NVIDIA:branch-24.12 Oct 3, 2024
3 checks passed
@jlowe jlowe deleted the host-table branch October 3, 2024 21:02
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.

2 participants