2011 2nd International Conference on Computer and Communication Technology (ICCCT-2011) 2011
DOI: 10.1109/iccct.2011.6075214
|View full text |Cite
|
Sign up to set email alerts
|

A modified parallel approach to Single Source Shortest Path Problem for massively dense graphs using CUDA

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
16
0

Year Published

2012
2012
2025
2025

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 18 publications
(16 citation statements)
references
References 8 publications
0
16
0
Order By: Relevance
“…[2] Add the first shortest path in the Zresultt. [3] for k=2 to K_no [4] for each edge of the (k-1)th path(s, v1, v2, v3….. vn) of Zresult [5] Remove each edge (vi , vi+1) from graph corresponding Zresult to where same sub path from s to vi [6] Apply shortest path algorithm for vi to t [7] Combine path s to vi and new path from vi to t [8] Store the calculated path in Zrest [9] End of for [10] Take minimum path from the REST path list and store in Zresult. [11] End of for End According to yen's algorithm firstly calculate the shortest path between given pair of vertices.…”
Section: Algorithm 1: Modified Yen's Algorithm (Graph G (V E W) Somentioning
confidence: 99%
See 1 more Smart Citation
“…[2] Add the first shortest path in the Zresultt. [3] for k=2 to K_no [4] for each edge of the (k-1)th path(s, v1, v2, v3….. vn) of Zresult [5] Remove each edge (vi , vi+1) from graph corresponding Zresult to where same sub path from s to vi [6] Apply shortest path algorithm for vi to t [7] Combine path s to vi and new path from vi to t [8] Store the calculated path in Zrest [9] End of for [10] Take minimum path from the REST path list and store in Zresult. [11] End of for End According to yen's algorithm firstly calculate the shortest path between given pair of vertices.…”
Section: Algorithm 1: Modified Yen's Algorithm (Graph G (V E W) Somentioning
confidence: 99%
“…The most popular algorithm for this problem is Dijkastra's algorithm 1 . Parallel implementation of Dijkastra's algorithm is given by different researchers [2][3][4][5][6][7][8][9] . Kshortest path problem is generalization of shortest path problem which calculates k number of shortest path in increasing order of weight.…”
Section: Introductionmentioning
confidence: 99%
“…Whilst platforms such as nVidia's CUDA can provide some degree of abstraction for users, the monolithic nature of the memory may still pose a problem. Despite this, GPU platforms such as CUDA have been utilised to provide exceptionally fast network analysis, [5]. The power consumption costs of GPU architectures, can, however, be significant [6].…”
Section: Introductionmentioning
confidence: 99%
“…Aydın Buluc, John R. Gilbert and Ceren Budak [8] have proposed parallel implementations for SSSP and APSP using CUDA. A CUDA implementation for Bellman_Ford is given in [13] and by making algorithm suitable for parallelism they have got speedup of about 10x.…”
Section: Related Workmentioning
confidence: 99%
“…Here barrier function (CL_GLOBAL_MEM_FENCE) is used on kernel side so as to order the read and write operations to and from global memory [13].…”
Section: International Journal Of Computer Applications (0975 -8887) mentioning
confidence: 99%