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 parameter in public reduction APIs #15737

Merged

Conversation

srinivasyadav18
Copy link
Contributor

Description

Add stream parameter to public reduction APIs:

  • reduce()
  • segmented_reduce()
  • scan()
  • minmax()

Reference #13744

Checklist

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

@srinivasyadav18 srinivasyadav18 requested a review from a team as a code owner May 13, 2024 21:03
Copy link

copy-pr-bot bot commented May 13, 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 May 13, 2024
@davidwendt davidwendt added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change 3 - Ready for Review Ready for review by team labels May 13, 2024
@davidwendt
Copy link
Contributor

/ok to test

Copy link
Member

@mhaseeb123 mhaseeb123 left a comment

Choose a reason for hiding this comment

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

LGTM!

@srinivasyadav18
Copy link
Contributor Author

Hello,
3 tests are still failing. I am looking into it ;-). Any leads would be appreciated. Thanks!

cpp/tests/streams/reduction_test.cpp Outdated Show resolved Hide resolved
cpp/tests/streams/reduction_test.cpp Outdated Show resolved Hide resolved
@srinivasyadav18
Copy link
Contributor Author

Thank you @davidwendt. Your suggestions worked out!

@davidwendt
Copy link
Contributor

/ok to test

@vuule vuule added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels May 14, 2024
@vuule
Copy link
Contributor

vuule commented May 15, 2024

/ok to test

Copy link
Member

@PointKernel PointKernel left a comment

Choose a reason for hiding this comment

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

LGTM

@srinivasyadav18 Welcome and thanks for the contribution!

Just FYI, CI is broken right now thus it will take a bit longer to merge the current PR.

@PointKernel
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit ec07927 into rapidsai:branch-24.06 May 16, 2024
71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge 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
Status: In progress
Development

Successfully merging this pull request may close these issues.

None yet

5 participants