You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I agree to follow cuGraph's Code of Conduct
I have searched the open feature requests and have found no duplicates for this feature request
Due: 1/24/2023 6:00 PM EST
The text was updated successfully, but these errors were encountered:
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, theCuGraphSampler
class needs to implementsample_from_edges
. This is critical for supporting many GNN workflows. As of today,sample_from_nodes
is implemented but notsample_from_edges
.Describe your ideal solution
Writing the
sample_from_edges()
method inCuGraphSampler
.Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
Due: 1/24/2023 6:00 PM EST
The text was updated successfully, but these errors were encountered: