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
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.
We should update the
mutual_reachability_graph
function to use thedevice_sparsity_owning_coo_matrix
instead of the olderCOO
class that it is using now.This will require some updates to sparse algorithms in RAFT, such as
raft::sparse::linalg::symmetrize
andraft::sparse::convert::sorted_coo_to_csr
- which only accept the raft::sparse::COO class.See #323 (comment)
The text was updated successfully, but these errors were encountered: