Graph Accelerators—A Case for Sparse Data Processing

Wen-Guang Chen
DOI: https://doi.org/10.1007/s11390-024-0003-0
IF: 1.871
2024-01-01
Journal of Computer Science and Technology
Abstract:Graph is a powerful sparse data structure that intuitively represents entities and their relationships.Classic graph traversal algorithms such as Breadth-First Search(BFS),Single-Source Shortest Path(SSSP),PageRank,and Weakly Connected Components(WCC)have extensive applications in social network analysis,risk manage-ment for finance,and recommendation systems.However,graph processing in CPUs and GPUs is not very effi-cient due to its irregular memory accesses.
What problem does this paper attempt to address?