You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today, we have cuda.parallel.reduce algorithm which always accepts user-defined operators. This works, but deprives Python users from optimizations we have in special cases for {sum,min,max} operators, so we should expose those.
Is this a duplicate?
Area
Thrust
Is your feature request related to a problem? Please describe.
Today, we have
cuda.parallel.reduce
algorithm which always accepts user-defined operators. This works, but deprives Python users from optimizations we have in special cases for{sum,min,max}
operators, so we should expose those.Describe the solution you'd like
Asynchronous `cuda.parallel.{sum,min,max} algorithms.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: