2018 IEEE High Performance Extreme Computing Conference (HPEC) 2018
DOI: 10.1109/hpec.2018.8547581
|View full text |Cite
|
Sign up to set email alerts
|

Logarithmic Radix Binning and Vectorized Triangle Counting

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
8
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
7
1

Relationship

1
7

Authors

Journals

citations
Cited by 18 publications
(8 citation statements)
references
References 22 publications
0
8
0
Order By: Relevance
“…These load-balancing mechanisms work at various parallel granularities, ranging from the warps and all the up-to-the whole device. Logarithmic Radix Binning (LRB) is a load-balancing mechanism first introduced in [23,26] for triangle counting and later generalized for other graph problems and segmented sorting [24]. Our ButterFly BFS algorithm uses LRB for performance purposes.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…These load-balancing mechanisms work at various parallel granularities, ranging from the warps and all the up-to-the whole device. Logarithmic Radix Binning (LRB) is a load-balancing mechanism first introduced in [23,26] for triangle counting and later generalized for other graph problems and segmented sorting [24]. Our ButterFly BFS algorithm uses LRB for performance purposes.…”
Section: Related Workmentioning
confidence: 99%
“…Load Balanced Traversals Per compute-node. The BFS traversal on GPU uses the recent Logarithmic Radix Binning (LRB) technique discussed in [24,26]. LRB groups vertices in the frontier into roughly 32 bins or 64 bins, depending on the graphs' maximal number of vertices.…”
Section: Dgx-2mentioning
confidence: 99%
“…Previous work has explored set intersection on SIMD [10,15,46,52,120] or GPU [8,39,41,42,50,51,80,81,114,115]. We classify their algorithms into 3 categories: Merge-path [41,42], Binary-search [39,51] and Hash-indexing [81].…”
Section: Device Primitives For Set Operationsmentioning
confidence: 99%
“…Previous work has explored set intersection on SIMD [10,15,46,52,120] or GPU [8,39,41,42,50,51,80,81,114,115]. We classify their algorithms into 3 categories: Merge-path [41,42], Binary-search [39,51] and Hash-indexing [81]. We have extensively evaluated these methods on GPU, and we find that binary-search works the best since it is less divergent.…”
Section: Device Primitives For Set Operationsmentioning
confidence: 99%
“…Motifs like triangles represent a quantum of cohesion in graphs and the number of motifs containing an entity (vertex or an edge) acts as an indicator of its local density. Consequently, several recent works have focused on efficiently finding such motifs in the graphs [1,16,22,25,35,54,56,66].…”
Section: Related Workmentioning
confidence: 99%