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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: