An Empirical Study of Conjugate Gradient Preconditioners for Solving Symmetric Positive Definite Systems of Linear Equations
Marc A. Tunnell, David F. Gleich
TL;DR
This study provides a broad empirical benchmark of preconditioned CG solvers for SPD systems, evaluating 10 preconditioners across 108 configurations on 79 SPD matrices to gauge practical performance independent of preconditioner setup costs. It finds that incomplete symmetric factorizations (notably IC and MIC) most often yield the largest reductions in work, with algebraic multigrid offering strong robustness on diagonally dominant cases, while simple classical methods fare poorly. The results underscore the critical roles of matrix ordering (especially AMD) and the inclusion of preconditioner construction costs in assessing true efficiency, showing that per-matrix tuning can substantially improve outcomes at the expense of setup effort. Overall, IC/MIC and AMG emerge as the most effective strategies for SPD preconditioning, though reliability and scalability considerations (e.g., build costs and failures) motivate further study and tuning for large-scale problems. The work has practical implications for selecting and configuring preconditioners in real-world SPD solves, and the authors plan to extend the benchmarks to larger problems and additional ordering strategies.
Abstract
Despite hundreds of papers on preconditioned linear systems of equations, there remains a significant lack of comprehensive performance benchmarks comparing various preconditioners for solving symmetric positive definite (SPD) systems. In this paper, we present a comparative study of 79 matrices using a broad range of preconditioners. Specifically, we evaluate 10 widely used preconditoners across 108 configurations to assess their relative performance against using no preconditioner. Our focus is on preconditioners that are commonly used in practice, are available in major software packages, and can be utilized as black-box tools without requiring significant \textit{a priori} knowledge. In addition, we compare these against a selection of classical methods. We primarily compare them without regards to effort needed to compute the preconditioner. Our results show that symmetric positive definite systems are mostly likely to benefit from incomplete symmetric factorizations, such as incomplete Cholesky (IC). Multigrid methods occasionally do exceptionally well. Simple classical techniques, symmetric Gauss Seidel and symmetric SOR, are not productive. We find that including preconditioner construction costs significantly diminishes the advantages of iterative methods compared to direct solvers; although, tuned IC methods often still outperform direct methods. Additionally, ordering strategies such as approximate minimum degree significantly enhance IC effectiveness. We plan to expand the benchmark with larger matrices, additional solvers, and detailed metrics to provide actionable information on SPD preconditioning.
