@inproceedings{81bda3306274450da28e4a6accc2b7d5,
title = "SSSP on GPU without atomic operation",
abstract = "Graph is a general theoretical model in many large scale data-driven applications. SSSP (Single Source Shortest Path) algorithm is a foundation for most important algorithms and applications. GPU remains its mainstream station in high performance computing with heterogeneous architecture computers. Because of the high parallelization of the GPU threads, the distances of the vertices of the GPU are updated by atomic operations to avoid the read and write errors. Most atomic operations are unnecessary since the read-write conflicts are rare in large graph. However, without atomic operations the result accuracy can{\textquoteright}t be guaranteed. The atomic operations take large part of the running time of the program. To improve the performance of SSSP on GPU, we proposed an algorithm with data block iterations instead of atomic operations. The algorithm not only gets a high speed-up but also guarantees the accuracy of the result. Experimental results show that this SSSP algorithm gained a speedup of three times than the serial algorithm on CPU and more than ten times than the parallel algorithm on GPU with atomic operation.",
keywords = "Atomic operation, Data block iteration, Graph, SSSP",
author = "Feng Wang and Liehuang Zhu and Changyou Zhang",
note = "Publisher Copyright: {\textcopyright} Springer International Publishing Switzerland 2016.; 2nd International Conference on Human Centered Computing, HCC 2016 ; Conference date: 07-01-2016 Through 09-01-2016",
year = "2016",
doi = "10.1007/978-3-319-31854-7_37",
language = "English",
isbn = "9783319318530",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "409--419",
editor = "Bo Hu and Qiaohong Zu",
booktitle = "Human Centered Computing - 2nd International Conference, HCC 2016, Revised Selected Papers",
address = "Germany",
}