2013
DOI: 10.1007/978-3-642-40047-6_84
|View full text |Cite
|
Sign up to set email alerts
|

GPU Accelerated Maximum Cardinality Matching Algorithms for Bipartite Graphs

Abstract: Abstract. We design, implement, and evaluate GPU-based algorithms for the maximum cardinality matching problem in bipartite graphs. Such algorithms have a variety of applications in computer science, scientific computing, bioinformatics, and other areas. To the best of our knowledge, ours is the first study which focuses on the GPU implementation of the maximum cardinality matching algorithms. We compare the proposed algorithms with serial and multicore implementations from the literature on a large set of rea… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
14
0

Year Published

2013
2013
2023
2023

Publication Types

Select...
4
2
1

Relationship

2
5

Authors

Journals

citations
Cited by 13 publications
(14 citation statements)
references
References 19 publications
0
14
0
Order By: Relevance
“…The running time of the proposed implementations are compared against the sequential PR implementation (PR) [5], the multicore parallel implementations P-DBFS [13], and a GPU implementation of HKDW [14]. For the sequential PR implementation, we tried a set of k values to set the frequency of global-relabeling to k × (m + n).…”
Section: Methodsmentioning
confidence: 99%
See 3 more Smart Citations
“…The running time of the proposed implementations are compared against the sequential PR implementation (PR) [5], the multicore parallel implementations P-DBFS [13], and a GPU implementation of HKDW [14]. For the sequential PR implementation, we tried a set of k values to set the frequency of global-relabeling to k × (m + n).…”
Section: Methodsmentioning
confidence: 99%
“…In recent work, we designed and developed atomic-free GPU implementations, G-HK and G-HKDW [14], corresponding to two augmenting-path-based algorithms, HK [18] and HKDW [19]. HK has the best known worst-case running time complexity of O(τ √ n + m) for a bipartite graph with τ edges.…”
Section: Parallel Algorithms For Bipartite Cardinality Matchingsmentioning
confidence: 99%
See 2 more Smart Citations
“…We address some of the performance issues raised by them in our work. In a similar vein, Devici et al also present adaptation of maximum matching on GPUs [3].…”
Section: Related Workmentioning
confidence: 99%