-
Notifications
You must be signed in to change notification settings - Fork 308
inclusive_scan smoke test #6913
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
base: main
Are you sure you want to change the base?
inclusive_scan smoke test #6913
Conversation
|
@miscco this PR contains smoke test for inclusive_scan :) |
miscco
left a comment
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.
Thanks a lot
Please do not add a "closes " comment because this is just one of the tests in a longer list and we want to issue to stay open until we have tests for all algorithms
|
@miscco added a test case for only binary ops and no init value. lmk if need any extra cases for inclusive_scan. |
|
@miscco can we run test for this and exclusive_scan PR? |
Description
- Added smoke test for inclusive_scan algorithm
https://github.com//issues/6486Checklist