English

HYLU: Hybrid Parallel Sparse LU Factorization

Hardware Architecture 2026-04-02 v6 Distributed, Parallel, and Cluster Computing Mathematical Software Numerical Analysis Numerical Analysis

Abstract

This article introduces HYLU, a hybrid parallel LU factorization-based general-purpose solver designed for efficiently solving sparse linear systems (Ax=b) on multi-core shared-memory architectures. The key technical feature of HYLU is the integration of hybrid numerical kernels so that it can adapt to various sparsity patterns of coefficient matrices. Tests on 37 sparse matrices from SuiteSparse Matrix Collection reveal that HYLU outperforms Intel MKL PARDISO in the numerical factorization phase by geometric means of 2.36X (for one-time solving) and 2.90X (for repeated solving). HYLU can be downloaded from https://github.com/chenxm1986/hylu.

Keywords

Cite

@article{arxiv.2509.07690,
  title  = {HYLU: Hybrid Parallel Sparse LU Factorization},
  author = {Xiaoming Chen},
  journal= {arXiv preprint arXiv:2509.07690},
  year   = {2026}
}