All-pairs shortest-paths for large graphs on the GPU

  • Authors:
  • Gary J. Katz;Joseph T. Kider, Jr

  • Affiliations:
  • University of Pennsylvania and Lockheed Martin;University of Pennsylvania

  • Venue:
  • Proceedings of the 23rd ACM SIGGRAPH/EUROGRAPHICS symposium on Graphics hardware
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The all-pairs shortest-path problem is an intricate part in numerous practical applications. We describe a shared memory cache efficient GPU implementation to solve transitive closure and the all-pairs shortest-path problem on directed graphs for large datasets. The proposed algorithmic design utilizes the resources available on the NVIDIA G80 GPU architecture using the CUDA API. Our solution generalizes to handle graph sizes that are inherently larger then the DRAM memory available on the GPU. Experiments demonstrate that our method is able to significantly increase processing large graphs making our method applicable for bioinformatics, internet node traffic, social networking, and routing problems.