-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add strings tests to transpose_test.cpp (#9985)
This is a follow on to PR #9937. Adds to the gtests in `transpose_test.cpp` to include strings as supported by `cudf::transpose`. No function has changed -- only additional tests have been added. The utility functions in `transpose_test.cpp` were enhanced to include string types by accepting a column-wrapper type template parameter as required. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Karthikeyan (https://github.com/karthikeyann) - Nghia Truong (https://github.com/ttnghia) URL: #9985
- Loading branch information
1 parent
a43682e
commit 093b0ad
Showing
2 changed files
with
43 additions
and
24 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