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 need an alternative of thrust::transform in cuda.parallel module.
Describe the solution you'd like
Asynchronous cuda.parallel.transform algorithm that can initially be built on top of cuda.parallel.for_each. Long term, we should figure out a binding to cub::DeviceTransform.
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
Not sure
Is your feature request related to a problem? Please describe.
We need an alternative of
thrust::transform
incuda.parallel
module.Describe the solution you'd like
Asynchronous
cuda.parallel.transform
algorithm that can initially be built on top ofcuda.parallel.for_each
. Long term, we should figure out a binding tocub::DeviceTransform
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: