Efficient and scalable graph pattern mining on {GPUs}

X Chen - 16th USENIX Symposium on Operating Systems …, 2022 - usenix.org
Graph Pattern Mining (GPM) extracts higher-order information in a large graph by searching
for small patterns of interest. GPM applications are computationally expensive, and thus …

Efficient gpu-accelerated subgraph matching

X Sun, Q Luo - Proceedings of the ACM on Management of Data, 2023 - dl.acm.org
Subgraph matching is a basic operation in graph analytics, finding all occurrences of a
query graph Q in a data graph G. A common approach is to first filter out non-candidate …

Parallelizing maximal clique enumeration on gpus

M Almasri, YH Chang, I El Hajj, R Nagi… - 2023 32nd …, 2023 - ieeexplore.ieee.org
We present a GPU solution for exact maximal clique enumeration (MCE) that performs a
search tree traversal following the Bron-Kerbosch algorithm. Prior works on parallelizing …

Parallel k-clique counting on gpus

M Almasri, IE Hajj, R Nagi, J Xiong, W Hwu - Proceedings of the 36th …, 2022 - dl.acm.org
Counting k-cliques in a graph is an important problem in graph analysis with many
applications such as community detection and graph partitioning. Counting k-cliques is …

cuTS: scaling subgraph isomorphism on distributed multi-GPU systems using trie based data structure

L Xiang, A Khan, E Serra, M Halappanavar… - Proceedings of the …, 2021 - dl.acm.org
Subgraph isomorphism is a pattern-matching algorithm widely used in many domains such
as chem-informatics, bioinformatics, databases, and social network analysis. It is …

Sgsi–a scalable gpu-friendly subgraph isomorphism algorithm

L Zeng, L Zou, MT Özsu - IEEE Transactions on Knowledge …, 2022 - ieeexplore.ieee.org
Due to the inherent hardness of subgraph isomorphism, the performance is often a
bottleneck in various real-world applications. We address this by designing an efficient …

PARSEC: Parallel subgraph enumeration in CUDA

V Dodeja, M Almasri, R Nagi, J Xiong… - 2022 IEEE International …, 2022 - ieeexplore.ieee.org
Subgraph enumeration is an important problem in the field of Graph Analytics with
numerous applications. The problem is provably NP-complete and requires sophisticated …

PimPam: Efficient Graph Pattern Matching on Real Processing-in-Memory Hardware

S Cai, B Tian, H Zhang, M Gao - … of the ACM on Management of Data, 2024 - dl.acm.org
Graph pattern matching is powerful and widely applicable to many application domains.
Despite the recent algorithm advances, matching patterns in large-scale real-world graphs …

VSGM: view-based GPU-accelerated subgraph matching on large graphs

G Jiang, Q Zhou, T Jin, B Li, Y Zhao… - … Conference for High …, 2022 - ieeexplore.ieee.org
Subgraph matching is a fundamental building block in graph analytics. Due to its high time
complexity, GPU-based solutions have been proposed for sub graph matching. Most …

GCSM: GPU-Accelerated Continuous Subgraph Matching for Large Graphs

Y Wei, P Jiang - 2024 IEEE International Parallel and …, 2024 - ieeexplore.ieee.org
Continuous subgraph matching (CSM) is a key building block in many graph mining
applications. Previous research has primarily focused on CSM algorithms on CPU …