MatX icon indicating copy to clipboard operation
MatX copied to clipboard

[FEA] Add operator support to cub sorting

Open luitjens opened this issue 3 years ago • 1 comments

Currently our cub sorting code calls a few members which require tensor inputs. They include IsContigious() and Data(). We should implement a path that takes operators.

luitjens avatar Oct 26 '22 15:10 luitjens

Unlike other CUB APIs, the sorting API does not take iterators. We can take operators as input but they will need to be copied.

cliffburdick avatar Jul 01 '23 14:07 cliffburdick