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]: Improve performance of thrust::all_of. #2113

Open
1 of 5 tasks
gonidelis opened this issue Jul 30, 2024 · 0 comments
Open
1 of 5 tasks

[FEA]: Improve performance of thrust::all_of. #2113

gonidelis opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
feature request New feature or request.

Comments

@gonidelis
Copy link
Member

gonidelis commented Jul 30, 2024

Is this a duplicate?

Area

Thrust

Is your feature request related to a problem? Please describe.

Addresses and provides a roadmap for #720. The current idea is that we explore whether a new cub::DeviceFind::FindIf implementation could be used for a twofold cause: a) port thrust::find to CUB and b) use a common CUB implementation for thrust::all_of that utilizes early exit.

Describe the solution you'd like

Tasks

Describe alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

1 participant