CUDA Solutions for the SSSP Problem

  • Authors:
  • Pedro J. Martín;Roberto Torres;Antonio Gavilanes

  • Affiliations:
  • Dpto. Sistemas Informáticos y Computación, Universidad Complutense de Madrid, Spain;Dpto. Sistemas Informáticos y Computación, Universidad Complutense de Madrid, Spain;Dpto. Sistemas Informáticos y Computación, Universidad Complutense de Madrid, Spain

  • Venue:
  • ICCS '09 Proceedings of the 9th International Conference on Computational Science: Part I
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present several algorithms that solve the single-source shortest-path problem using CUDA. We have run them on a database, composed of hundreds of large graphs represented by adjacency lists and adjacency matrices, achieving high speedups regarding a CPU implementation based on Fibonacci heaps. Concerning correctness, we outline why our solutions work, and show that a previous approach [10] is incorrect.