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] New Distributed Graph Store for cuGraph-DGL #4247

Closed
Tracked by #4350
alexbarghi-nv opened this issue Mar 15, 2024 · 0 comments · Fixed by #4486
Closed
Tracked by #4350

[FEA] New Distributed Graph Store for cuGraph-DGL #4247

alexbarghi-nv opened this issue Mar 15, 2024 · 0 comments · Fixed by #4486
Assignees
Labels
feature request New feature or request
Milestone

Comments

@alexbarghi-nv
Copy link
Member

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).

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

Successfully merging a pull request may close this issue.

1 participant