cugraph
cugraph copied to clipboard
[FEA] New Distributed Graph Store for cuGraph-DGL
trafficstars
This new distributed graph store will not use Dask. Instead, each worker will pass in a slice of the edgelist, and a pylibcugraph.MGGraph will be created on each worker. This store should also be completely unaware of feature storage. It will be fully compatible with the distributed sampler (#4246).