UniDegree: A GPU-Based Graph Representation for SSSP.

Changyou Zhang,Feng Wang,Kun Huang,Zhiyou Liu,Yifeng Chen
DOI: https://doi.org/10.1007/978-3-319-27122-4_49
2015-01-01
Abstract:GPU is the mainstream co-processor computers of heterogeneous architecture. Parallel graph algorithms are fundamental for many data-driven applications to be solved on heterogeneous clusters. SSSP Single Source Shortest Path algorithm is one of the most important one. We proposed a graph representation structure with unified vertex's degree. This method ensures the data block size consistency. And then, the transferring in memory on this representation makes the data reading in cohesion for CUDA thread blocks. Thirdly, vertex renumbering optimizes the locality of graph vertices to make the relaxing operation more efficient. With data of New York road, we implemented SSSP algorithms of delta-stepping on Nvida Tesla K20x GPU device. The experimental results show that the best unified-degree is approximate to the mode of vertex-degree of the graph. For example of the New York road map, all degrees were unified into 4-degree that results to the biggest speed-up of SSSP algorithm.
What problem does this paper attempt to address?