Skip to content

Conversation

@puririshi98
Copy link
Contributor

@puririshi98 puririshi98 commented Oct 7, 2025

The examples/multi_gpu folder is stale. The data parallel examples are all stale in lieu of new updates from cugraph making a single unified api that handles any scale of compute seamlessly. (single gpu, single node multigpu, and multinode multigpu)
It is too much effort to mantain mirrored cugraph examples in pyg when we can just point directly to the cugraph examples. @alexbarghi-nv to review.

Model parralel is best recommended through PyT as opposed to mantaining our own third party examples

https://github.com/rapidsai/cugraph-gnn/tree/branch-25.12/python/cugraph-pyg/cugraph_pyg/examples

Copy link
Contributor

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@puririshi98
Copy link
Contributor Author

@akihironitta @rusty1s @wsad1 ready for merge

Copy link
Member

@akihironitta akihironitta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@puririshi98 Mind doing a favor before merging this PR?

  • List all the up-to-date cuGraph examples in the PR description so that we can guide PyG users to the up-to-date examples?
  • Make sure there're no reference in the codebase or docs to these examples being deleted.

@alexbarghi-nv @puririshi98 Are there any considerations/implications of using cuGraph? It seems performant, but for example, I wonder how hard it'd be for users to try cuGraph because real use cases usually have many other (old) dependencies that may conflict with cuGraph's dependencies (, which was my experience with cudf in the past). Because of that, I'm slightly in favor of keeping these pure PyTorch examples as they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants