2013 International Conference on High Performance Computing &Amp; Simulation (HPCS) 2013
DOI: 10.1109/hpcsim.2013.6641461
|View full text |Cite
|
Sign up to set email alerts
|

A new GPU-based approach to the Shortest Path problem

Abstract: The Single-Source Shortest Path (SSSP) problem arises in many different fields. In this paper we present a GPUbased version of the Crauser et al. SSSP algorithm. Our work significantly speeds up the computation of the SSSP, not only with respect to the CPU-based version, but also to other state-ofthe-art GPU implementation based on Dijkstra, due to Martín et al. Both GPU implementations have been evaluated using the last Nvidia architecture (Kepler). Our experimental results show that the new GPU-Crauser algor… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
37
0

Year Published

2014
2014
2020
2020

Publication Types

Select...
3
3
2

Relationship

1
7

Authors

Journals

citations
Cited by 41 publications
(37 citation statements)
references
References 13 publications
0
37
0
Order By: Relevance
“…Moreover, these settled nodes satisfy the level condition, and because of this, they form a new level to be inspected simultaneously in the dependency accumulation step. In this paper, we apply the method described in Ortega- Arranz et al (2013). In this method,…”
Section: Parallel Dijkstra Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…Moreover, these settled nodes satisfy the level condition, and because of this, they form a new level to be inspected simultaneously in the dependency accumulation step. In this paper, we apply the method described in Ortega- Arranz et al (2013). In this method,…”
Section: Parallel Dijkstra Algorithmmentioning
confidence: 99%
“…Meanwhile, a Kronecker graph possesses scale-free and small-world characteristics, making it appropriate for studying the load-imbalance problem. We uniformly assigned random edge weights ranging from 1 to 10, as done in previous studies (Martin, Torres & Gavilanes, 2009;Ortega-Arranz et al, 2013). We used these synthetic networks to study the relationship between the graph structure and the traversal strategy.…”
Section: Experiments Network and Settingsmentioning
confidence: 99%
See 1 more Smart Citation
“…al. [5] has solved SSSP problem by using Dijkstra's algorithm. The complexity time of this algorithm is O(v2).…”
Section: Literature Reviewmentioning
confidence: 99%
“…The paper [7] proposes parallel Moore SSSP algorithm which based on the storage of source node to the nodes of the array D, queue elements of an array Q, parallelize the process of search and accelerate the algorithm to obtain the ideal results. There are also some other improved parallelization strategies for the optimization of the shortest path algorithm [8][9][10][11].…”
Section: Parallel Shortest Path Algorithmmentioning
confidence: 99%