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

[GraphBolt] Labor example #7437

Merged
merged 37 commits into from
Jun 25, 2024
Merged

[GraphBolt] Labor example #7437

merged 37 commits into from
Jun 25, 2024

Conversation

mfbalin
Copy link
Collaborator

@mfbalin mfbalin commented May 30, 2024

Description

This example is meant to showcase the GPU feature cache and its interaction with the labor parameters layer_dependency and batch_dependency. Since this will replace the official labor example, performance is of utmost importance. I also use early stopping to show that you can get good accuracies with labor sampler and a custom GraphSAGE model.

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • I've leverage the tools to beautify the python and c++ code.
  • The PR is complete and small, read the Google eng practice (CL equals to PR) to understand more about small PR. In DGL, we consider PRs with less than 200 lines of core code change are small (example, test and documentation could be exempted).
  • All changes have test coverage
  • Code is well-documented
  • To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
  • Related issue is referred in this PR
  • If the PR is for a new model/paper, I've updated the example index here.

Changes

@mfbalin mfbalin requested a review from frozenbugs May 30, 2024 00:52
@dgl-bot
Copy link
Collaborator

dgl-bot commented May 30, 2024

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch];
    For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 30, 2024

Commit ID: 4572aa5

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: abc99dd6a6d364f8ae06e2a0efa0e1a02bda4750

Build ID: 2

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: 6e5fe74bc826d2136855e61feeb6fad22509fe5f

Build ID: 3

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: c2397cb57465a565092d29554029d2ab2b64233e

Build ID: 4

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: 05b1f2663a4382e51c983f10c2f95020ff317c76

Build ID: 5

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: b8e5be015f24371ac9283c77896956a0b46fb4af

Build ID: 6

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: ae3ef09ed960cfe3240efcd1f7b189c58a0c2766

Build ID: 7

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented May 31, 2024

Commit ID: 0614df4a303bc3aad097b3291e039a4e8f23049d

Build ID: 8

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@mfbalin
Copy link
Collaborator Author

mfbalin commented Jun 21, 2024

@frozenbugs I have moved the example under the PyG folder. Can you provide review for this PR? If DGL functionality is added later, it can be moved outside of the PyG examples folder.

@dgl-bot
Copy link
Collaborator

dgl-bot commented Jun 21, 2024

Commit ID: 60c400382776f38eb44ba9bbc5800fe9e5622afa

Build ID: 9

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Jun 21, 2024

Commit ID: c8b94ed

Build ID: 10

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@frozenbugs frozenbugs merged commit 40c50d6 into dmlc:master Jun 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants