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

Strings batch construction #16727

Draft
wants to merge 12 commits into
base: branch-24.10
Choose a base branch
from

Conversation

sdrp713
Copy link
Contributor

@sdrp713 sdrp713 commented Sep 3, 2024

Description

Combines iterative allocation of string columns into one batch function which reduces stream synchronization.

Checklist

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

ttnghia and others added 9 commits August 2, 2024 16:27
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Signed-off-by: Nghia Truong <nghiat@nvidia.com>
Copy link

copy-pr-bot bot commented Sep 3, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

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 Sep 3, 2024
Copy link
Contributor

@ttnghia ttnghia left a comment

Choose a reason for hiding this comment

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

Flush my first round of comments. There are still many issues that need to be addressed.

cpp/include/cudf/detail/sizes_to_offsets_iterator.cuh Outdated Show resolved Hide resolved
cpp/include/cudf/detail/sizes_to_offsets_iterator.cuh Outdated Show resolved Hide resolved
cpp/include/cudf/detail/valid_if.cuh Outdated Show resolved Hide resolved
cpp/include/cudf/detail/valid_if.cuh Outdated Show resolved Hide resolved
cpp/include/cudf/detail/valid_if.cuh Outdated Show resolved Hide resolved
cpp/src/strings/strings_column_factories.cu Outdated Show resolved Hide resolved
cpp/src/strings/strings_column_factories.cu Outdated Show resolved Hide resolved
cpp/src/strings/strings_column_factories.cu Show resolved Hide resolved
cpp/src/strings/strings_column_factories.cu Outdated Show resolved Hide resolved
cpp/include/cudf/strings/detail/strings_children.cuh Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants