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.
We are lacking combinational ranges, such as thrust::transform_{input,output}_iterator, thrust::zip_iterator, and cub::CacheModified{Input,Output}Iterator in cuda.parallel.
Describe the solution you'd like
Design and implement combinational ranges for cuda.parallel.experimental.itertools. We might consider map(python_function, iterable) for thrust::transform_{input,output}_iterator, zip(rng1, rng2, ...) for thrust::zip_iterator, and cache(modifier, iterable) where modifier is from
Is this a duplicate?
Area
General CCCL
Is your feature request related to a problem? Please describe.
We are lacking combinational ranges, such as
thrust::transform_{input,output}_iterator
,thrust::zip_iterator
, andcub::CacheModified{Input,Output}Iterator
in cuda.parallel.Describe the solution you'd like
Design and implement combinational ranges for
cuda.parallel.experimental.itertools
. We might considermap(python_function, iterable)
forthrust::transform_{input,output}_iterator
,zip(rng1, rng2, ...)
forthrust::zip_iterator
, andcache(modifier, iterable)
wheremodifier
is fromcccl/cub/cub/thread/thread_load.cuh
Lines 60 to 69 in 0e09815
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: