8000 Implemented String Input support for Transforms and Removed `jit::column_device_view` by lamarrr · Pull Request #18378 · rapidsai/cudf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 29 commits into from
Apr 19, 2025

Conversation

lamarrr
Copy link
Contributor
@lamarrr lamarrr commented Mar 26, 2025

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

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Copy link
copy-pr-bot bot commented Mar 26, 2025

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.

@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. CMake CMake build issue labels Mar 26, 2025
@lamarrr lamarrr changed the title Implemented String JIT support and Removed jit::column_device_view Implemented String Transforms Input support and Removed jit::column_device_view Mar 26, 2025
@lamarrr lamarrr added feature request New feature or request non-breaking Non-breaking change labels Mar 26, 2025
@lamarrr
Copy link
Contributor Author
lamarrr commented Mar 26, 2025

/ok to test

@lamarrr lamarrr marked this pull request as ready for review March 26, 2025 18:46
@lamarrr lamarrr requested review from a team as code owners March 26, 2025 18:46
@lamarrr lamarrr changed the title Implemented String Transforms Input support and Removed jit::column_device_view Implemented String Input support for Transforms and Removed jit::column_device_view Mar 26, 2025
@lamarrr lamarrr requested review from bdice and davidwendt April 14, 2025 20:18
Copy link
Contributor
@davidwendt davidwendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GregoryKimball
Copy link
Contributor

@kingcrimsontianyu would you please share your review?

Copy link
Contributor
@davidwendt davidwendt left a 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.

Copy link
Contributor
@kingcrimsontianyu kingcrimsontianyu left a 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!

Copy link
Contributor
@bdice bdice left a 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.

@lamarrr
Copy link
Contributor Author
lamarrr commented Apr 19, 2025

/merge

@rapids-bot rapids-bot bot merged commit 383550b into rapidsai:branch-25.06 Apr 19, 2025
112 checks passed
@lamarrr lamarrr deleted the column-device-view-refactor branch April 19, 2025 10:22
copy-pr-bot bot pushed a commit that referenced this pull request May 15, 2025
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Refactor and strip cudf::column_device_view and cudf::mutable_column_device_view to device-only code
5 participants
0