Energy-Efficient Graph Traversal on Integrated CPU-GPU Architectures

Heng Lin,Jidong Zhai,Wenguang Chen linheng
2015-01-01
Abstract:Recently, architecture designers tend to integrate CPUs and raphics Processing Units(GPUs) on the same chip to produce energy-efficient designs. On the other hand, graph applications are becoming increasingly important for big data analysis. Among the graph analysis algorithms, BreadthFirst Search (BFS) is the most representative one and also an important building block for other algorithms. Despite previous efforts, it remains an important problem to get optimal performance for BFS on integrated architectures. In this paper, we propose an adaptive algorithm to atomically find the optimal algorithm on the suitable devices, which can get 1.6X speedup compared with the state-ofthe-art algorithms in an energy consumption index, namely TEPS/Watt(Traversed Edges Per Second every Watt).
What problem does this paper attempt to address?