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] Raft primitives reduce_by_key #2477

Open
jperez999 opened this issue Oct 30, 2024 · 0 comments
Open

[FEA] Raft primitives reduce_by_key #2477

jperez999 opened this issue Oct 30, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@jperez999
Copy link

jperez999 commented Oct 30, 2024

Create a method that does the same thing as reduce_by_key in thrust but with raft primitives. This will be useful for sparse matrix reduction, specifically for columns. Having this will prevent the need to convert a CSR matrix to a CSC matrix to use the row reduction calls, which adds overhead.

@jperez999 jperez999 added the feature request New feature or request label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant