Skip to content
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

Use offsetalator in cudf::strings::detail::merge #15294

Closed
wants to merge 14 commits into from

Conversation

davidwendt
Copy link
Contributor

Description

Replaces hardcoded int32 offsets with offsetalator to support creating large strings columns.
Also moved source from .cuh to .cu file since template implemenation was not actually required.

Checklist

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

@davidwendt davidwendt added 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 13, 2024
@davidwendt davidwendt self-assigned this Mar 13, 2024
@github-actions github-actions bot added the CMake CMake build issue label Mar 13, 2024
@davidwendt davidwendt changed the base branch from branch-24.04 to branch-24.06 March 18, 2024 13:34
@davidwendt
Copy link
Contributor Author

Close in favor of #15374

@davidwendt davidwendt closed this Mar 22, 2024
@davidwendt davidwendt deleted the merge-offsetalator branch May 9, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress Currently a work in progress CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant