-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add detail interface for
split
and slice(table_view)
, refactors b…
…oth function with `host_span` (#9226) `cudf::detail::slice` performs a `segmented_count_unset_bits` that requires stream ordering. The depending `split` interface does not have an internal version that accepts a `stream` argument. Similarly for `slice(table_view)`. This PR fixes that. Besides, slice/split interface is refactored to accept `host_span` to specify indices/splits, and is overloaded with `std::initializer_list`. This allows specifying the argument with both a container and a brace-init-list. Authors: - Michael Wang (https://github.com/isVoid) Approvers: - Nghia Truong (https://github.com/ttnghia) - H. Thomson Comer (https://github.com/thomcom) - David Wendt (https://github.com/davidwendt) URL: #9226
- Loading branch information
Showing
12 changed files
with
199 additions
and
43 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
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
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
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.