Scalable GPU graph traversal 论文

2012引用 508
Parallel Computing and Optimization TechniquesGraph Theory and AlgorithmsInterconnection Networks and Systems

详细信息

发表日期
2012-02-25
发表年份
2012

关键词

Parallel Computing and Optimization TechniquesGraph Theory and AlgorithmsInterconnection Networks and Systems

摘要

Breadth-first search (BFS) is a core primitive for graph traversal and a basis for many higher-level graph analysis algorithms. It is also representative of a class of parallel computations whose memory accesses and work distribution are both irregular and data-dependent. Recent work has demonstrated the plausibility of GPU sparse graph traversal, but has tended to focus on asymptotically inefficient algorithms that perform poorly on graphs with non-trivial diameter.