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 Link Prediction and Negative Sampling in cuGraph-DGL #50

Draft
wants to merge 9 commits into
base: branch-24.12
Choose a base branch
from

Conversation

alexbarghi-nv
Copy link
Member

@alexbarghi-nv alexbarghi-nv commented Oct 2, 2024

Supports the key functions needed for link prediction and negative sampling in cuGraph-DGL.

Depends on rapidsai/cugraph#4687
Closes rapidsai/cugraph#2753

@alexbarghi-nv alexbarghi-nv changed the base branch from branch-24.10 to branch-24.12 October 18, 2024 16:17
@alexbarghi-nv alexbarghi-nv added breaking Introduces a breaking change feature request New feature or request labels Oct 18, 2024
@alexbarghi-nv alexbarghi-nv self-assigned this Oct 18, 2024
rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this pull request Oct 21, 2024
Support Edge ID lookup in `pylibcugraph`.  Also fixes some bugs in the C API (i.e. lookup table not being cleaned up correctly, container being incorrectly dereferenced as graph).

Verified in rapidsai/cugraph-gnn#50

Authors:
  - Alex Barghi (https://github.com/alexbarghi-nv)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Seunghwa Kang (https://github.com/seunghwak)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #4687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Introduces a breaking change feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support DGL NegativeSampler needed for Link Prediction
1 participant