Skip to content
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

Update 05-distributed-training.json: added two more papers #3

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions res/papers/05-distributed-training.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"title": "Distributed GNN Training Systems",
"paper": [
{
"venue": "arXiv 2023",
"name": "GNNPipe: Accelerating Distributed Full-Graph GNN Training with Pipelined Model Parallelism",
"affiliation": "Purdue",
"link": "https://arxiv.org/pdf/2308.10087.pdf"
},
{
"venue": "OSDI 2023",
"name": "MGG: Accelerating Graph Neural Networks with Fine-Grained Intra-Kernel Communication-Computation Pipelining on Multi-GPU Platforms",
"affiliation": "UCSB",
"link": "https://www.usenix.org/system/files/osdi23-wang-yuke.pdf",
"source": "https://github.com/YukeWang96/MGG_OSDI23"
},
{
"venue": "VLDB 2022",
"name": "Sancus: Staleness-Aware Communication-Avoiding Full-Graph Decentralized Training in Large-Scale Graph Neural Networks",
Expand Down
Loading