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] Change mutual_reachability_graph to use device_sparsity_owning_coo_matrix #369

Open
benfred opened this issue Oct 2, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@benfred
Copy link
Member

benfred commented Oct 2, 2024

We should update the mutual_reachability_graph function to use the device_sparsity_owning_coo_matrix instead of the older COO class that it is using now.

This will require some updates to sparse algorithms in RAFT, such as raft::sparse::linalg::symmetrize and raft::sparse::convert::sorted_coo_to_csr - which only accept the raft::sparse::COO class.

See #323 (comment)

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