-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
improvementImproves an existing functionalityImproves an existing functionalitynon-breakingIntroduces a non-breaking changeIntroduces a non-breaking change
Description
The cuGraph-PyG examples need to be updated to be more consistent, performant, concise, and easier to understand.
- The same code is reused for setup, termination, etc. across examples. This should be standardized into a common function that all examples use.
- All examples should use PyTorch memory pools to ensure memory is properly shared between PyT and RMM.
- All examples should support toggling managed memory on/off.
- All examples (when applicable) should support running with directed/undirected versions of the graph via a command-line argument.
- Examples should be annotated explaining what loaders/stores/models/encoders are doing.
Metadata
Metadata
Assignees
Labels
improvementImproves an existing functionalityImproves an existing functionalitynon-breakingIntroduces a non-breaking changeIntroduces a non-breaking change