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

Linear Algebra-Based Triangle Counting via Fine-Grained Tasking on Heterogeneous Environments : (Update on Static Graph Challenge)

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
6
2

Relationship

1
7

Authors

Journals

citations
Cited by 11 publications
(10 citation statements)
references
References 10 publications
0
10
0
Order By: Relevance
“…Later, [32], [33], [34] use bitmap to represent the hash bucket which still suffers from high cache pressure. We also notice that Yacsar et al [35], [36], [37], [38] switch between dense and sparse representations of a hash table in their matrix-multiplication effort which is, however, complex in nature.…”
Section: Related Work and Challengesmentioning
confidence: 94%
See 2 more Smart Citations
“…Later, [32], [33], [34] use bitmap to represent the hash bucket which still suffers from high cache pressure. We also notice that Yacsar et al [35], [36], [37], [38] switch between dense and sparse representations of a hash table in their matrix-multiplication effort which is, however, complex in nature.…”
Section: Related Work and Challengesmentioning
confidence: 94%
“…Vertex-centric triangle counting is worse than the edge-centric counterpart on GPUs due to more severe workload imbalance issues [21], [22], [23], [25]. Particularly, vertex-centric design [17], [32], [35], [36], [37] iterates through each vertex, loads the 1-and 2-hop neighbors, and intersects them to arrive at the triangles. Edge-centric design [21], [22], [23], [25] does that for each edge thus only 1-hop neighbors are needed.…”
Section: Related Work and Challengesmentioning
confidence: 99%
See 1 more Smart Citation
“…For example, the Kokkos Kernels SpGEMM implementation led to highly optimized implementation of the triangle counting kernel (Wolf et al, 2017). Since then, there are other fast implementations of triangle counting kernels based on Cilk (Yaşar et al, 2018) and using both CPUs and GPUs (Yasar et al, 2019) and distributed memory systems (Acer et al, 2019).…”
Section: Algebraic Approaches For Graph Algorithms and Combinatorial Problemsmentioning
confidence: 99%
“…Scalability was demonstrated using up to 1K Cores on a 3.6B edge graph. Another linear algebra-based solution is presented in [61], which offers heterogeneous (CPU-GPU) processing on multi-GPU platforms like the Nvidia DGX.…”
Section: Relation To External Workmentioning
confidence: 99%