Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming 2018
DOI: 10.1145/3178487.3178504
|View full text |Cite
|
Sign up to set email alerts
|

Communication-avoiding parallel minimum cuts and connected components

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
6
1

Relationship

3
4

Authors

Journals

citations
Cited by 16 publications
(19 citation statements)
references
References 39 publications
0
19
0
Order By: Relevance
“…We therefore did not further investigate using ILP formulations to solve the minimum cut problem. Finally, we note that the MPI-parallel implementation of KS by Gianinazzi et al [75] finds the minimum cut of RMAT graphs with n =16 000 and an average degree of 4 000 in 5 seconds using 1 536 cores [75]. This is significantly slower than our VieCut algorithm, which finds the minimum cut on a similar-sized RMAT graph [113] in 0.2 seconds using just 24 threads.…”
Section: Algorithmsmentioning
confidence: 80%
See 2 more Smart Citations
“…We therefore did not further investigate using ILP formulations to solve the minimum cut problem. Finally, we note that the MPI-parallel implementation of KS by Gianinazzi et al [75] finds the minimum cut of RMAT graphs with n =16 000 and an average degree of 4 000 in 5 seconds using 1 536 cores [75]. This is significantly slower than our VieCut algorithm, which finds the minimum cut on a similar-sized RMAT graph [113] in 0.2 seconds using just 24 threads.…”
Section: Algorithmsmentioning
confidence: 80%
“…The Õ() notation ignores logarithmic factors. Gianinazzi et al [75] give a parallel implementation of the algorithm of Karger and Stein. Other than that, there are no parallel implementation of either algorithm known to us. More recently, the randomized contraction-based algorithm of Ghaffari et al [74] solves the minimum cut problem on unweighted graphs in O(m log n) or O m + n log 3 n .…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Ballard et al [45] present an extensive collection of linear algebra algorithms. Moreover, a large body of work exists for minimizing communication in irregular algorithms [46,47], such as Betweenness Centrality [5], min cuts [48], BFS [49], matchings [50], vertex similarity coefficients [51], or general graph computations [52,53,53]. Many of them use linear algebra based formulations [54].…”
Section: Related Workmentioning
confidence: 99%
“…Using the techniques of Karger and Stein the algorithm can trivially give the cactus representation of all minimum cuts in O n 2 log n . While there are multiple implementations of the algorithm of Karger and Stein [12,21,28] for the minimum cut problem, to the best of our knowledge there are no published implementations of either of the algorithms to find the cactus graph representing all minimum cuts(with or without data reduction techniques).…”
Section: Introductionmentioning
confidence: 99%