-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[quiver-team] Add Quiver example for multi-gpu training using GraphSage #4103
Conversation
for more information, see https://pre-commit.ci
Hi PyG team, This is the PR to contribute PyG examples with GPU-based sampling + feature aggregation on a GPU and multiple GPUs through Quiver. We observe substantial speed up in the PyG examples with GraphSage. We will create another PR for distributed sampling + feature aggregation in 2 - 3 weeks. We have been testing the performance of distributed sampling in the last few weeks, and the code will be ready soon. Quiver team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks great. Thanks for the efforts. It might be also a good idea to link to this example from the README.md
. WDYT?
@rusty1s Yes, this a good idea! Where shall we put this link? Maybe under the "Implemented GNN models"? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Thank you very much! This is great. |
[quiver-team] Add Quiver example for multi-gpu training using GraphSage.