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.
Addresses and provides a roadmap for #720. The current idea is that we explore whether a new cub::DeviceFind::FindIf implementation could be used for a twofold cause: a) port thrust::find to CUB and b) use a common CUB implementation for thrust::all_of that utilizes early exit.
Is this a duplicate?
Area
Thrust
Is your feature request related to a problem? Please describe.
Addresses and provides a roadmap for #720. The current idea is that we explore whether a new
cub::DeviceFind::FindIf
implementation could be used for a twofold cause: a) portthrust::find
to CUB and b) use a common CUB implementation forthrust::all_of
that utilizes early exit.Describe the solution you'd like
Tasks
cub::DeviceFind::FindIf
kernel #2114cub::DeviceFind::FindIf
againstthrust::find_if
,thrust::count_if
. #2115thrust::all_of
tocub::DeviceFind::FindIf
. #2116thrust::find
tocub::DeviceFind::FindIf
. #2117Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: