Lecture Notes in Computer Science
DOI: 10.1007/978-3-540-77220-0_21
|View full text |Cite
|
Sign up to set email alerts
|

Accelerating Large Graph Algorithms on the GPU Using CUDA

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
381
0
87

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 541 publications
(469 citation statements)
references
References 10 publications
1
381
0
87
Order By: Relevance
“…One of the earliest works on parallel shortest path problem was proposed by Micikevicius et al in [30] that was subsequently improved by Harish and Narayanan [16]. The algorithm of Floyd and Warshall (cf.…”
Section: Related Workmentioning
confidence: 99%
“…One of the earliest works on parallel shortest path problem was proposed by Micikevicius et al in [30] that was subsequently improved by Harish and Narayanan [16]. The algorithm of Floyd and Warshall (cf.…”
Section: Related Workmentioning
confidence: 99%
“…As far as we know, there is no efficient parallel algorithm of the SSSP in a SIMD model. Harish and Narayanan [20] proposed using CUDA to accelerate large graph algorithms (including SSSP) on the GPU, however they implemented only a very basic version and did not gain much performance improvement. We use a similar implementation, but take advantage of a newer version of CUDA hardware which supports atomic read/write operations in the device global memory.…”
Section: B Cuda Implementationmentioning
confidence: 99%
“…For network-related problems, researchers have devoted efforts to conquering irregular graph structures using GPGPU techniques and have achieved higher performance than is possible with traditional sequential CPU algorithms (Mitchell & Frank, 2017;Merrill, Garland & Grimshaw, 2015;Wang et al, 2015;Harish & Narayanan, 2007;Cong & Bader, 2005). CUDA, developed by Nvidia Corporation, is the most popular GPU computing framework, and some researchers have even used this framework to parallelize the Brandes algorithm (Shi & Zhang, 2011;Sariyüce et al, 2013;McLaughlin & Bader, 2014.…”
Section: Introductionmentioning
confidence: 99%