Remove examples/multi_gpu since all deprecated, point to CuGraph #10489
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
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