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]: Support sample_from_edges in PyG cuGraph Sampler #2992

Closed
2 tasks done
Tracked by #4349
alexbarghi-nv opened this issue Nov 29, 2022 · 3 comments
Closed
2 tasks done
Tracked by #4349

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

alexbarghi-nv opened this issue Nov 29, 2022 · 3 comments
Assignees
Labels
feature request New feature or request
Milestone

Comments

@alexbarghi-nv
Copy link
Member

alexbarghi-nv commented Nov 29, 2022

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

@alexbarghi-nv alexbarghi-nv added feature request New feature or request ? - Needs Triage Need team to review and classify labels Nov 29, 2022
@alexbarghi-nv alexbarghi-nv self-assigned this Nov 29, 2022
@alexbarghi-nv alexbarghi-nv added this to the 23.02 milestone Nov 29, 2022
@alexbarghi-nv alexbarghi-nv removed the ? - Needs Triage Need team to review and classify label Nov 29, 2022
@kingmesal
Copy link

Status update? @alexbarghi-nv

@alexbarghi-nv
Copy link
Member Author

This is planned for 23.06

@alexbarghi-nv alexbarghi-nv modified the milestones: 23.02, 23.04 Mar 8, 2023
@kingmesal kingmesal removed this from the 23.04 milestone Mar 8, 2023
@alexbarghi-nv alexbarghi-nv added this to the 23.06 milestone Mar 28, 2023
@BradReesWork BradReesWork removed this from the 23.06 milestone Jul 24, 2023
@alexbarghi-nv alexbarghi-nv added this to the 24.08 milestone Feb 28, 2024
@alexbarghi-nv alexbarghi-nv modified the milestones: 24.08, 24.06 Mar 15, 2024
@alexbarghi-nv alexbarghi-nv modified the milestones: 24.06, 24.10 Jul 15, 2024
@alexbarghi-nv
Copy link
Member Author

Resolved by #4660

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.

3 participants