Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Add operator support to cub sorting #310

Open
luitjens opened this issue Oct 26, 2022 · 1 comment
Open

[FEA] Add operator support to cub sorting #310

luitjens opened this issue Oct 26, 2022 · 1 comment
Assignees

Comments

@luitjens
Copy link
Collaborator

luitjens commented Oct 26, 2022

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.

@cliffburdick
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants