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
Start from the C++ 1D proto that accepts CSR matrices (#812), degrees (#810), and communicator (#814 which should really be passed through #815 ).
This proto is is fairly compatible with the cugraph opg infra as defined in #811.
The code should be cleaned up and tested on real graphs before we can say it is production-ready.
Notice that before one can call its local coo2csr conversion, several things need to happen:
A dask-cudf sort of the edge list (or we could use an OPG hash approach). Note that this should happen based on "destinations" primarily for Pagerank because the transposed is needed there.
Reorganize dask data accordingly so that each GPU has a chuck of the dask distributed data frame for the edge list of about same size and vertices are not crossing partitions
Start from the C++ 1D proto that accepts CSR matrices (#812), degrees (#810), and communicator (#814 which should really be passed through #815 ).
This proto is is fairly compatible with the cugraph opg infra as defined in #811.
The code should be cleaned up and tested on real graphs before we can say it is production-ready.
This is the core solver for #485
The text was updated successfully, but these errors were encountered: