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
Below is a list of tasks in prioritized order. We should start with algorithms that already exist in CUB. This will allow delivering CUB optimizations into Thrust sooner.
The content you are editing has changed. Please copy your edits and refresh the page.
Below is a list of tasks in prioritized order. We should start with algorithms that already exist in CUB. This will allow delivering CUB optimizations into Thrust sooner.
Replace Thrust Algorithms with CUB
thrust::unique_by_key
to usecub::DeviceSelect::UniqueByKey
#1210Port Thrust Algorithms into CUB
A few notes:
::Flagged
version along with a transform iterator.thrust::reduce_by_key
we need to decide on accumulator type.The text was updated successfully, but these errors were encountered: