-
Notifications
You must be signed in to change notification settings - Fork 355
Labels
libcu++For all items related to libcu++For all items related to libcu++
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
libcu++
Is your feature request related to a problem? Please describe.
We want to implement a CUDA backend for the following algorithms:
std::iotasee https://en.cppreference.com/w/cpp/algorithm/iota.html
NOTE: This is not a standard parallelized algorithm, but it is one of the more useful ones, so we want to provide it as an extension
Describe the solution you'd like
It should reuse the CUB copy backend
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
libcu++For all items related to libcu++For all items related to libcu++
Type
Projects
Status
In Review