Loading Now

Summary of Fastgl: a Gpu-efficient Framework For Accelerating Sampling-based Gnn Training at Large Scale, by Zeyu Zhu et al.


FastGL: A GPU-Efficient Framework for Accelerating Sampling-Based GNN Training at Large Scale

by Zeyu Zhu, Peisong Wang, Qinghao Hu, Gang Li, Xiaoyao Liang, Jian Cheng

First submitted to arxiv on: 23 Sep 2024

Categories

  • Main: Machine Learning (cs.LG)
  • Secondary: Hardware Architecture (cs.AR); Distributed, Parallel, and Cluster Computing (cs.DC)

     Abstract of paper      PDF of paper


GrooveSquid.com Paper Summaries

GrooveSquid.com’s goal is to make artificial intelligence research accessible by summarizing AI papers in simpler terms. Each summary below covers the same AI paper, written at different levels of difficulty. The medium difficulty and low difficulty versions are original summaries written by GrooveSquid.com, while the high difficulty version is the paper’s original abstract. Feel free to learn from the version that suits you best!

Summary difficulty Written by Summary
High Paper authors High Difficulty Summary
Read the original abstract here
Medium GrooveSquid.com (original content) Medium Difficulty Summary
This paper presents FastGL, a GPU-efficient framework for training Graph Neural Networks (GNNs) at large scale. Existing sampling-based training frameworks are inefficient due to bottlenecks in subgraph sampling, memory input/output, and computation. To address these issues, FastGL optimizes all three phases by exploiting overlap within graph structures, mitigating irregular data access during computation, and diminishing synchronization overhead during sampling. The results show an average speedup of 11.8x, 2.2x, and 1.5x compared to state-of-the-art frameworks PyG, DGL, and GNNLab.
Low GrooveSquid.com (original content) Low Difficulty Summary
FastGL is a new way to train Graph Neural Networks (GNNs) that makes it faster and more efficient. Right now, training GNNs on big graphs takes a long time because of three main problems: sampling the right parts of the graph, moving data in and out of memory, and doing complex math calculations. FastGL solves these problems by finding overlaps in the graph structure, reducing memory traffic, and making computations more efficient. This means you can train GNNs much faster than before.

Keywords

» Artificial intelligence