A computational study of low precision incomplete Cholesky factorization preconditioners for sparse linear least-squares problems
By: Jennifer Scott, Miroslav Tůma
Potential Business Impact:
Makes computers solve hard math problems faster.
Our interest lies in the robust and efficient solution of large sparse linear least-squares problems. In recent years, hardware developments have led to a surge in interest in exploiting mixed precision arithmetic within numerical linear algebra algorithms to take advantage of potential savings in memory requirements, runtime and energy use, whilst still achieving the requested accuracy. We explore employing mixed precision when solving least-squares problems, focusing on the practicalities of developing robust approaches using low precision incomplete Cholesky factorization preconditioners. Key penalties associated with lower precision include a loss of reliability and less accuracy in the computed solution. Through experiments involving problems from practical applications, we study computing incomplete Cholesky factorizations of the normal matrix using low precision and using the factors to precondition LSQR using mixed precision. We investigate level-based and memory-limited incomplete factorization preconditioners. We find that the former are not effective for least-squares problems while the latter can provide high-quality preconditioners. In particular, half precision arithmetic can be considered if high accuracy is not required in the solution or the memory for the incomplete factors is very restricted; otherwise, single precision can be used, and double precision accuracy recovered while reducing memory consumption, even for ill-conditioned problems.
Similar Papers
Assessing the Performance of Mixed-Precision ILU(0)-Preconditioned Multiple-Precision Real and Complex Krylov Subspace Methods
Numerical Analysis
Makes computer math problems solve faster and more accurately.
Parallel GPU-Accelerated Randomized Construction of Approximate Cholesky Preconditioners
Distributed, Parallel, and Cluster Computing
Makes computers solve hard math problems faster.
Mixed precision multigrid with smoothing based on incomplete Cholesky factorization
Numerical Analysis
Makes computers solve problems faster and use less power.