-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add to_arrow_device() functions that accept views (#15465)
Adds the following new interop functions ``` unique_device_array_t to_arrow_device(cudf::table_view const& table, rmm::cuda_stream_view stream, rmm::device_async_resource_ref mr); unique_device_array_t to_arrow_device(cudf::column_view const& col, rmm::cuda_stream_view stream, rmm::device_async_resource_ref mr); ``` Also refactors some common code with the ownership transfer version of these APIs. And moves the `to_arrow_schema()` functions to a separate .cpp file. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Matt Topol (https://github.com/zeroshade) - Nghia Truong (https://github.com/ttnghia) - Vyas Ramasubramani (https://github.com/vyasr) URL: #15465
- Loading branch information
1 parent
14854b1
commit 9fa247f
Showing
7 changed files
with
801 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.