Skip to main navigation Skip to search Skip to main content

Lock-Free Triangle Counting on GPU

  • Zhigao Zheng
  • , Guojia Wan
  • , Jiawei Jiang
  • , Chuang Hu
  • , Hao Liu
  • , Shahid Mumtaz
  • , Bo Du
  • Wuhan University
  • Hubei Luojia Laboratory
  • Shanghai Jiao Tong University
  • Wuhan Digital Engineering Institute
  • Nottingham Trent University

Research output: Contribution to journalArticlepeer-review

2 Citations (Scopus)

Abstract

Finding the triangles of large scale graphs is a fundamental graph mining task in many applications, such as motif detection, microscopic evolution, and link prediction. The recent works on triangle counting can be classified into merge-based or binary search-based paradigms. The merge-based triangle counting paradigm locates the triangles using the set intersection operation, which suffers from the random memory access problem. The binary search-based triangle counting paradigm sets the neighbors of the source vertex of an edge as the lookup array and searches the neighbors of the destination vertex. There are lots of expensive lock operations needed in the binary search-based paradigm, which leads to low thread efficiency. In this paper, we aim to improve the triangle counting efficiency on GPU by designing a lock-free policy named Skiff to implement a hash-based triangle counting algorithm. In Skiff, we first design a hash trie data layout to meet the coalesced memory access model and then propose a lock-free policy to reduce the conflicts of the hash trie. In addition, we use a level array to manage the index of the hash trie to make sure the nodes of the hash trie can be quickly located. Furthermore, we implement a CTA thread organization model to reduce the load imbalance of the real-world graphs. We conducted extensive experiments on NVIDIA GPUs to show the performance of Skiff. The results show that Skiff can achieve a good system performance improvement than the state-of-the-art (SOTA) works.

Original languageEnglish
Pages (from-to)1040-1052
Number of pages13
JournalIEEE Transactions on Computers
Volume74
Issue number3
DOIs
Publication statusPublished - 2025

Keywords

  • GPGPU
  • Triangle counting
  • lock free
  • parallelism
  • thread organization

ASJC Scopus subject areas

  • Software
  • Theoretical Computer Science
  • Hardware and Architecture
  • Computational Theory and Mathematics

Fingerprint

Dive into the research topics of 'Lock-Free Triangle Counting on GPU'. Together they form a unique fingerprint.

Cite this