You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
All the current iterators in cuda.parallel are for inputs only. We need to implement output iterators as well. This includes things like ReverseIterator and DiscardIterator (#4132).
Describe the solution you'd like
We should be able to pass iterators as outputs to cuda.parallel algorithms.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Area
cuda.parallel (Python)
Is your feature request related to a problem? Please describe.
All the current iterators in
cuda.parallel
are for inputs only. We need to implement output iterators as well. This includes things likeReverseIterator
andDiscardIterator
(#4132).Describe the solution you'd like
We should be able to pass iterators as outputs to
cuda.parallel
algorithms.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: