Skip to content
#edge computing Book Open access

Sparsity-aware Fine-Grained Parallelization for Set Intersection Computations in Graph Datasets

Sep 2026 · Proceedings of the International Conference on Parallel Processing · 0 citations · 12 references

TL;DR

A fine-grained GPU parallelization approach that adapts to workload characteristics by assigning set intersection computations within a graph to the most suitable parallelization strategies, and predicts the optimal parallelization approach between this fine-grained and other state-of-the-art GPU kernels with 88% accuracy.

Abstract

Many real-world applications such as bioinformatics, network analysis, and recommendation systems require computing intersections of vertex neighborhood sets in graph datasets. However, variability in graph sparsity patterns makes it challenging to design a single GPU optimization strategy for such workloads that performs efficiently across all input graphs. We present a fine-grained GPU parallelization approach that adapts to workload characteristics by assigning set intersection computations within a graph to the most suitable parallelization strategies. We partition the work by sorting edges based on the estimated per-edge intersection cost, followed by a prefix-sum–based analysis to determine a split point in the edgelist for assigning work across parallelization strategies. Finally, using graph metrics such as average degree, maximum degree, and degree distribution properties as features in a classifier, we predict the optimal parallelization approach between our fine-grained and other state-of-the-art GPU kernels with 88% accuracy on a held-out test set. When evaluated on an NVIDIA H100 GPU for set intersection–based workloads, edge-connected Jaccard similarity and triangle counting, the predicted kernels deliver average speedups of 1.65 × and 1.66 × over state-of-the-art approaches that assign one thread per edge to compute set intersections and 2.54 × and 2.64 × over approaches that use multiple threads per edge to compute set intersections, respectively.

Read PDF

Similar papers

#computer vision Review Sep 2017

Agile Software Development Methods: Review and Analysis

This publication proposes a definition and a classification of agile software development approaches and analyses ten software development methods that can be characterized as being "agile" against the defined criterion.

P. Abrahamsson, O. Salo, Jussi Ronkainen et al. · 727 citations · ⚡54
#computer vision Jun 2008

The impact of agile practices on communication in software development

The study shows that agile practices improve both informal and formal communication, but indicates that, in larger development situations involving multiple external stakeholders, a mismatch of adequate communication mechanisms can sometimes even hinder the communication.

M. Pikkarainen, Jukka Haikara, O. Salo et al. · 401 citations · ⚡48
#machine learning Review Open access Oct 2014

Software development in startup companies: A systematic mapping study

The results indicate that software engineering work practices are chosen opportunistically, adapted and configured to provide value under the constrains imposed by the startup context.

Nicolò Paternoster, Carmine Giardino, M. Unterkalmsteiner et al. · 394 citations · ⚡54

Related blog posts

GPT-Lab Sep 17, 2026

Beyond Prompt Engineering: The Role of Tacit Knowledge in Software Engineering

AI is making software generation faster, but speed does not remove the need for expertise. As more work is delegated to AI, tacit knowledge may become one of the most important human advantages in software engineering. The post Beyond Prompt Engineering: The Role of Tacit Knowledge in Software Engineering appeared first on GPT-Lab.

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.