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

Expose stream param in transform APIs #16452

Merged
merged 23 commits into from
Aug 8, 2024

Conversation

JayjeetAtGithub
Copy link
Contributor

@JayjeetAtGithub JayjeetAtGithub commented Jul 31, 2024

Description

Exposes the stream param in transform APIs

Checklist

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

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jul 31, 2024
@JayjeetAtGithub JayjeetAtGithub added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed libcudf Affects libcudf (C++/CUDA) code. labels Jul 31, 2024
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jul 31, 2024
@JayjeetAtGithub JayjeetAtGithub marked this pull request as ready for review July 31, 2024 21:18
@JayjeetAtGithub JayjeetAtGithub requested a review from a team as a code owner July 31, 2024 21:18
@github-actions github-actions bot added the CMake CMake build issue label Jul 31, 2024
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.

All seems fine to me!

@davidwendt
Copy link
Contributor

Is there some special need for this specific API?
Just wondering since there are only 2 other APIs in transform.hpp
Maybe you can include those in this PR? If the changes are too big, then I understand breaking them up into separate PRs.

@JayjeetAtGithub JayjeetAtGithub changed the title Expose stream param in compute_column Expose stream param in transform APIs Aug 1, 2024
Copy link
Contributor

@karthikeyann karthikeyann left a comment

Choose a reason for hiding this comment

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

LGTM 👍

cpp/src/interop/to_arrow_host.cu Show resolved Hide resolved
cpp/tests/streams/transform_test.cu Outdated Show resolved Hide resolved
@JayjeetAtGithub
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit c146eed into rapidsai:branch-24.10 Aug 8, 2024
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants