-
Notifications
You must be signed in to change notification settings - Fork 952
Implemented String Input support for Transforms and Removed jit::column_device_view
#18378
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
Implemented String Input support for Transforms and Removed jit::column_device_view
#18378
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
jit::column_device_view
…rrr/cudf into column-device-view-refactor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move the get_mask_offset_word
to the base.cuh file?
https://github.com/rapidsai/cudf/pull/18378/files#diff-6ac3de833fc4161021e4c6fb6e436587d8a09ed24f30d16dcda091f01f3c5817R796
@kingcrimsontianyu would you please share your review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks for working on this.
…rrr/cudf into column-device-view-refactor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm. Thanks for helping to walk me through the code!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a follow-up, please document the new “device column view core” and other JIT functionality in the libcudf developer guide.
/merge |
…umn_device_view` (#18378) This merge request implements string transforms (input-only) and also refactors the `column_device_view` type to support usage in JITify code. Closes #18229 Follows up: #18023 Authors: - Basit Ayantunde (https://github.com/lamarrr) Approvers: - David Wendt (https://github.com/davidwendt) - Tianyu Liu (https://github.com/kingcrimsontianyu) - Bradley Dice (https://github.com/bdice) URL: #18378
Description
This merge request implements string transforms (input-only) and also refactors the
column_device_view
type to support usage in JITify code.Closes #18229
Follows up: #18023
Checklist