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
CUB has several iterators which are also present in Thrust or in libcu++. Those should be deprecated (with eventual removal):
cub::TransformInputIterator
cub::ConstantInputIterator
cub::CountingInputIterator
cub::DiscardOutputIterator
We can further consider to either move cub::ArgIndexInputIterator to Thrust or libcu++, or remove it, since it's equivalnet to zipping a counting iterator with another input iterator.
The text was updated successfully, but these errors were encountered:
bernhardmgruber
changed the title
Drop CUB iterators which exist in Thrust or libcu++
Deprecate CUB iterators which exist in Thrust or libcu++
Jan 9, 2025
CUB has several iterators which are also present in Thrust or in libcu++. Those should be deprecated (with eventual removal):
cub::TransformInputIterator
cub::ConstantInputIterator
cub::CountingInputIterator
cub::DiscardOutputIterator
We can further consider to either move
cub::ArgIndexInputIterator
to Thrust or libcu++, or remove it, since it's equivalnet to zipping a counting iterator with another input iterator.The text was updated successfully, but these errors were encountered: