Qiang Fu
4 Papers
Qiang Fu is an academic researcher. The author has contributed to research in topics: Cache & Workload. The author has an hindex of 2, co-authored 2 publications.
Chat about Author
Papers
Tlpgnn
Qiang Fu,Yuede Ji,Huimin Huang +2 more
- 27 Jun 2022
TL;DR: TLPGNN as discussed by the authors proposes a lightweight two-level parallelism paradigm for GNN computation, where vertex parallelism is used for the first level and feature par- allelism for the second level.
13
DGI: An Easy and Efficient Framework for GNN Model Evaluation
Peiqi Yin,Xiao Yan,Jinjing Zhou,Qiang Fu,Zhenkun Cai,James Cheng,Bo Tang,Minjie Wang +7 more
- 04 Aug 2023
TL;DR: DGI is presented, which automatically translates the training code of a GNN model for layer-wise evaluation to minimize user effort and consistently outperforms node-wise Evaluation across different datasets and hardware settings, and the speedup can be over 1,000x.
9
Optimizing Irregular Dense Operators of Heterogeneous GNN Models on GPU
Israt Nisa,Minjie Wang,Da Zheng,Qiang Fu,Ümit V. Çatalyürek,George Karypis +5 more
- 01 May 2023
TL;DR: This paper proposes two tensor operators, gather-mm and segment-mm, to optimize heterogeneous GNN models on GPU, achieving up to 3× speedup in full-batch training and 2× in mini-batch training for RGCN and HGT models.
4
TLPGNN: A Lightweight Two-Level Parallelism Paradigm for Graph Neural Network Computation on GPU
Qiang Fu,Yuede Ji,Huimin Huang +2 more
- 27 Jun 2022
TL;DR: TLPGNN is a lightweight two-level parallelism paradigm for GNN computation that is able to significantly outperform existing GNN compute systems, such as DGL, GNNAdivsor, and FeatGraph, by 5.6×, 7.7×, and 3.3×, respectively, on the average.