-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
good first issueGood for newcomers.Good for newcomers.
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
General CCCL
Is your feature request related to a problem? Please describe.
We have different definitions and implementations for equal_to_value
This is a predicate which is effectively ::cuda::std::bind(::cuda::std::equal_to<>, value)
We also have
equal_to_oneequal_to_valequal_to_valueequal_to_default_tequal_to_t
Describe the solution you'd like
We should unify all those individual implementations into one residing in cuda/__functional/equal_to_value.h
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers.Good for newcomers.
Type
Projects
Status
In Review