A model-driven blocking strategy for load balanced sparse matrix-vector multiplication on GPUs

J. Parallel Distrib. Comput.(2015)

引用 12|浏览45
暂无评分
摘要
Sparse Matrix-Vector multiplication (SpMV) is one of the key operations in linear algebra. Overcoming thread divergence, load imbalance and un-coalesced and indirect memory access due to sparsity and irregularity are challenges to optimizing SpMV on GPUs.In this paper we present a new Blocked Row-Column (BRC) storage format with a two-dimensional blocking mechanism that addresses these challenges effectively. It reduces thread divergence by reordering and blocking rows of the input matrix with nearly equal number of non-zero elements onto the same execution units (i.e., warps). BRC improves load balance by partitioning rows into blocks with a constant number of non-zeros such that different warps perform the same amount of work. We also present an approach to optimize BRC performance by judicious selection of block size based on sparsity characteristics of the matrix.A CUDA implementation of BRC outperforms NVIDIA CUSP and cuSPARSE libraries and other state-of-the-art SpMV formats on a range of unstructured sparse matrices from multiple application domains. The BRC format has been integrated with PETSc, enabling its use in PETSc's solvers. Furthermore, when partitioning the input matrix, BRC achieves near linear speedup on multiple GPUs. A novel blocking strategy that reduces thread divergence and improves load balance.Enhanced performance modeling for selection of a key blocking parameter.An efficient auto-tuning technique to optimize performance.Comprehensive experimental evaluation and integrating with a real system; PETSc.A multi-GPU algorithm for SpMV with experimental evaluation.
更多
查看译文
关键词
cuda,gpu,spmv
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要