2020
DOI: 10.1002/cpe.5963
|View full text |Cite
|
Sign up to set email alerts
|

Efficient parallel implementations to compute the diameter of a graph

Abstract: The Floyd-Warshall algorithm is a well-known algorithm to compute the distance of all pairs of nodes of a graph. The Blocked Floyd-Warshall algorithm, a variant of the Floyd-Warshall has been proposed to accelerate the Floyd-Warshall algorithm by means of a graphics processing unit (GPU) architecture. The previously published GPU implementations for the Blocked Floyd-Warshall algorithm perform many separated kernel calls for costly barrier synchronization. The main contribution of this article is to present ef… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(2 citation statements)
references
References 28 publications
0
2
0
Order By: Relevance
“…Using this technique, the kernels can perform no barrier synchronization and invokes only one kernel call. This SKSS technique is used in GPU implementations, [19][20][21]33 and is described as follows.…”
Section: The Kernels Of Deflate Codingmentioning
confidence: 99%
See 1 more Smart Citation
“…Using this technique, the kernels can perform no barrier synchronization and invokes only one kernel call. This SKSS technique is used in GPU implementations, [19][20][21]33 and is described as follows.…”
Section: The Kernels Of Deflate Codingmentioning
confidence: 99%
“…By looking up hash tables at the same time by multiple threads, we can find matching subsequences very efficiently in parallel. Second, we have used the single kernel soft synchronization (SKSS) technique [19][20][21][22] to fully utilize GPU computing resources. In most GPU implementations of parallel algorithms, multiple separated CUDA kernels are called from the host one by one for barrier synchronization.…”
Section: Introductionmentioning
confidence: 99%