rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

[FEA]: Support sample_from_edges in PyG cuGraph Sampler #2992

Closed alexbarghi-nv closed 1 month ago

alexbarghi-nv commented 1 year ago

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

High

Please provide a clear description of problem this feature solves

In order to support LinkLoader in PyG, the CuGraphSampler class needs to implement sample_from_edges. This is critical for supporting many GNN workflows. As of today, sample_from_nodes is implemented but not sample_from_edges.

Describe your ideal solution

Writing the sample_from_edges() method in CuGraphSampler.

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct

Due: 1/24/2023 6:00 PM EST

kingmesal commented 1 year ago

Status update? @alexbarghi-nv

alexbarghi-nv commented 1 year ago

This is planned for 23.06

alexbarghi-nv commented 1 month ago

Resolved by #4660