English

AutoGNN: End-to-End Hardware-Driven Graph Preprocessing for Enhanced GNN Performance

Hardware Architecture 2026-02-03 v1

Abstract

Graph neural network (GNN) inference faces significant bottlenecks in preprocessing, which often dominate overall inference latency. We introduce AutoGNN, an FPGA-based accelerator designed to address these challenges by leveraging FPGA's reconfigurability and specialized components. AutoGNN adapts to diverse graph inputs, efficiently performing computationally intensive tasks such as graph conversion and sampling. By utilizing components like adder trees, AutoGNN executes reduction operations in constant time, overcoming the limitations of serialization and synchronization on GPUs. AutoGNN integrates unified processing elements (UPEs) and single-cycle reducers (SCRs) to streamline GNN preprocessing. UPEs enable scalable parallel processing for edge sorting and unique vertex selection, while SCRs efficiently handle sequential tasks such as pointer array construction and subgraph reindexing. A user-level software framework dynamically profiles graph inputs, determines optimal configurations, and reprograms AutoGNN to handle varying workloads. Implemented on a 7nnm enterprise FPGA, AutoGNN achieves up to 9.0×\times and 2.1×\times speedup compared to conventional and GPU-accelerated preprocessing systems, respectively, enabling high-performance GNN preprocessing across diverse datasets.

Keywords

Cite

@article{arxiv.2602.00803,
  title  = {AutoGNN: End-to-End Hardware-Driven Graph Preprocessing for Enhanced GNN Performance},
  author = {Seungkwan Kang and Seungjun Lee and Donghyun Gouk and Miryeong Kwon and Hyunkyu Choi and Junhyeok Jang and Sangwon Lee and Huiwon Choi and Jie Zhang and Wonil Choi and Mahmut Taylan Kandemir and Myoungsoo Jung},
  journal= {arXiv preprint arXiv:2602.00803},
  year   = {2026}
}
R2 v1 2026-07-01T09:29:34.425Z