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

[FEA]: Implement cuda.parallel.{sum,min,max) algorithms #2542

Open
1 task
gevtushenko opened this issue Oct 10, 2024 · 1 comment
Open
1 task

[FEA]: Implement cuda.parallel.{sum,min,max) algorithms #2542

gevtushenko opened this issue Oct 10, 2024 · 1 comment
Labels
2.8.0 target for 2.8.0 release feature request New feature or request.

Comments

@gevtushenko
Copy link
Collaborator

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

@gevtushenko
Copy link
Collaborator Author

#3574 should be addressed first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.8.0 target for 2.8.0 release feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

2 participants