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-PyG #4248

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

[FEA] New Distributed Graph Store for cuGraph-PyG #4248

alexbarghi-nv opened this issue Mar 15, 2024 · 0 comments · Fixed by #4384
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).

@alexbarghi-nv alexbarghi-nv self-assigned this Mar 15, 2024
@alexbarghi-nv alexbarghi-nv added the feature request New feature or request label Mar 15, 2024
@alexbarghi-nv alexbarghi-nv added this to the 24.06 milestone Mar 15, 2024
@rapids-bot rapids-bot bot closed this as completed in 797a036 May 30, 2024
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