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

Replace util::compare with extended std::equal #939

Open
neoblizz opened this issue Jan 31, 2022 · 0 comments
Open

Replace util::compare with extended std::equal #939

neoblizz opened this issue Jan 31, 2022 · 0 comments
Labels
🏡 api API related changes, suggestions, issues. 🐲 enhancement Add or request enhancements to existing functionalities within gunrock. 🍻 help wanted Extra attention is needed 🔰 n00b (good first issue) https://www.urbandictionary.com/define.php?term=n00b

Comments

@neoblizz
Copy link
Member

We can extend the std::equal to support device iterators.

template< class ExecutionPolicy, class ForwardIt1, class ForwardIt2,
          class BinaryPredicate >
bool equal( ExecutionPolicy&& policy, ForwardIt1 first1, ForwardIt1 last1,
            ForwardIt2 first2, BinaryPredicate p );
@neoblizz neoblizz added 🐲 enhancement Add or request enhancements to existing functionalities within gunrock. 🏡 api API related changes, suggestions, issues. 🍻 help wanted Extra attention is needed 🔰 n00b (good first issue) https://www.urbandictionary.com/define.php?term=n00b labels Jan 31, 2022
@neoblizz neoblizz transferred this issue from gunrock/essentials Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏡 api API related changes, suggestions, issues. 🐲 enhancement Add or request enhancements to existing functionalities within gunrock. 🍻 help wanted Extra attention is needed 🔰 n00b (good first issue) https://www.urbandictionary.com/define.php?term=n00b
Projects
None yet
Development

No branches or pull requests

1 participant