All-Pairs Shortest-Paths for Large Graphs on the GPU
Gary J. Katz, Joseph T. Kider Jr.
Graphics Hardware, 2008, pp. 47--55.
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.
Article URL: http://dx.doi.org/10.2312/EGGH/EGGH08/047-055
BibTeX format:
@inproceedings{Katz:2008:ASF,
  author = {Gary J. Katz and Joseph T. Kider Jr.},
  title = {All-Pairs Shortest-Paths for Large Graphs on the GPU},
  booktitle = {Graphics Hardware},
  pages = {47--55},
  year = {2008},
}
Search for more articles by Gary J. Katz.
Search for more articles by Joseph T. Kider Jr..

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."