RSH-SpMM: A Row-Structured Hybrid Kernel for Sparse Matrix-Matrix Multiplication on GPUs
Aiying Li, Jingwei Sun, Han Li, Wence Ji, Guangzhong Sun

TL;DR
RSH-SpMM is a GPU framework that improves sparse matrix-matrix multiplication efficiency by adaptively handling irregular sparsity, achieving significant speedups over existing methods.
Contribution
It introduces a novel hybrid kernel with adaptive row partitioning and RS-Tile representation to better utilize GPU Tensor Cores for irregular sparse matrices.
Findings
Achieves 1.27x to 6.13x speedup over state-of-the-art methods.
Maintains high performance across diverse irregular sparse matrices.
Demonstrates robustness and efficiency in real-world workloads.
Abstract
Sparse Matrix-Matrix Multiplication (SpMM) is a fundamental computation in graph analytics, scientific simulation, and sparse deep learning workloads. However, the extreme irregularity of real-world sparse matrices prevents existing GPU-based methods from maintaining high Tensor Core utilization and stable throughput. We present \textbf{RSH-SpMM}, a fine-grained row-structured hybrid SpMM framework designed to better align irregular sparsity with modern GPU execution pipelines. RSH-SpMM introduces adaptive row partitioning and employs the RS-Tile representation to expose Tensor-Core-efficient dense fragments, while processing irregular rows on a minimal-overhead CUDA execution path. It further employs a load-balanced hybrid kernel with locality-aware reordering to enhance structural coherence and sustain high execution efficiency under highly irregular sparsity. Comprehensive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Parallel Computing and Optimization Techniques · Stochastic Gradient Optimization Techniques
