Score: 1

HYLU: Hybrid Parallel Sparse LU Factorization

Published: September 9, 2025 | arXiv ID: 2509.07690v3

By: Xiaoming Chen

Potential Business Impact:

Solves math problems on computers much faster.

Business Areas:
Hardware Hardware

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 34 sparse matrices from SuiteSparse Matrix Collection reveal that HYLU outperforms Intel MKL PARDISO in the numerical factorization phase by geometric means of 1.95X (for one-time solving) and 2.40X (for repeated solving). HYLU can be downloaded from https://github.com/chenxm1986/hylu.

Repos / Data Links

Page Count
7 pages

Category
Computer Science:
Hardware Architecture