-
Notifications
You must be signed in to change notification settings - Fork 902
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
Expose stream parameter in public reduction APIs #15737
Conversation
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hello, |
Thank you @davidwendt. Your suggestions worked out! |
/ok to test |
/ok to test |
There was a problem hiding this 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.
/merge |
Description
Add stream parameter to public reduction APIs:
reduce()
segmented_reduce()
scan()
minmax()
Reference #13744
Checklist