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
Just as the native frameworks have their default models, we should offer the same. This will consolidate code across all of our examples, and provide a clear example for users on how to build a cuGraph-PyG/cuGraph-ops model. This issue came about when working on slides for the PyG conference and needing a central model example to point users to.
The text was updated successfully, but these errors were encountered:
Adds performance benchmarking scripts for testing MNMG cuGraph GNN workflows.
This branch is the head branch for the cuGraph benchmarking effort. All work supporting the benchmarks should be merged into this branch. It will be merged into branch-24.02 once all features are ready.
Includes patches to cuGraph-PyG required for the latest DLFW container.
To-Do:
- [x] Refactor for branch-24.02
- [x] <s>Add WholeGraph training portion</s> Deferred to future PR (see alexbarghi-nv#6)
- [x] <s>Add WholeGraph generators</s> Included in above
- [x] <s>Support DGL</s> Deferred to future PR
- [x] <s>Use appropriate docker containers</s> Deferred, waiting on DLFW release
Closes#3839
Authors:
- Alex Barghi (https://github.com/alexbarghi-nv)
- Seunghwa Kang (https://github.com/seunghwak)
Approvers:
- Vibhu Jawa (https://github.com/VibhuJawa)
- Rick Ratzel (https://github.com/rlratzel)
- Chuck Hastings (https://github.com/ChuckHastings)
URL: #3584
Just as the native frameworks have their default models, we should offer the same. This will consolidate code across all of our examples, and provide a clear example for users on how to build a cuGraph-PyG/cuGraph-ops model. This issue came about when working on slides for the PyG conference and needing a central model example to point users to.
The text was updated successfully, but these errors were encountered: