cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA] New Distributed Graph Store for cuGraph-DGL

Open alexbarghi-nv opened this issue 1 year ago • 0 comments
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).

alexbarghi-nv avatar Mar 15 '24 18:03 alexbarghi-nv