-
Notifications
You must be signed in to change notification settings - Fork 287
Add missing Thrust Search algorithms #6388
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?
Conversation
|
Is this PR intended to check all the boxes? If not (hopefully) you can just leave the algorithm(s) that is intended to work on and we can add a link to the EPIC issue. Keep in mind of the PR size - reviewability inverse proportionality theorem if you plan to add more. |
|
@charan-003 thank you for trying to contribute to CCCL! Could you pleaes focus on one algorithm at a time, so we have an easier time reviewing? Thx! |
@gonidelis @bernhardmgruber |
Thrust Range-Based Algorithm Implementation Checklist (C++23) based on https://en.cppreference.com/w/cpp/algorithm.html
<algorithm>HeaderSearch
Implements only the search algorithm for now #5160