-
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
Support min
and max
in inclusive scan for structs
#9725
Support min
and max
in inclusive scan for structs
#9725
Conversation
….cuh` # Conflicts: # cpp/src/reductions/simple.cuh
# Conflicts: # cpp/src/reductions/simple.cuh
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9725 +/- ##
================================================
- Coverage 10.49% 10.47% -0.02%
================================================
Files 119 119
Lines 20305 20341 +36
================================================
Hits 2130 2130
- Misses 18175 18211 +36
Continue to review full report at Codecov.
|
@gpucibot merge |
This PR continues to address #8974, adding support for structs in
min
andmax
inclusive scan. Exclusive scan support is not needed in the near future.