Mixed precision multigrid with smoothing based on incomplete Cholesky factorization
By: Petr Vacek , Hartwig Anzt , Erin Carson and more
Potential Business Impact:
Makes computers solve problems faster and use less power.
Multigrid methods are popular iterative methods for solving large-scale sparse systems of linear equations. We present a mixed precision formulation of the multigrid V-cycle with general assumptions on the finite precision errors coming from the application of coarsest-level solver and smoothing. Inspired by existing analysis, we derive a bound on the relative finite precision error of the V-cycle which gives insight into how the finite precision errors from the individual components of the method may affect the overall finite precision error. We use the result to study V-cycle methods with smoothing based on incomplete Cholesky factorization. The results imply that in certain settings the precisions used for applying the IC smoothing can be significantly lower than the precision used for computing the residual, restriction, prolongation and correction on the concrete level. We perform numerical experiments using simulated floating point arithmetic with the MATLAB Advanpix toolbox as well as experiments computed on GPUs using the Ginkgo library. The experiments illustrate the theoretical findings and show that in the considered settings the IC smoothing can be applied in relatively low precisions, resulting in significant speedups (up to 1.43x) and energy savings (down to 71%) in comparison with the uniform double precision variant.
Similar Papers
A computational study of low precision incomplete Cholesky factorization preconditioners for sparse linear least-squares problems
Numerical Analysis
Makes computers solve hard math problems faster.
On an efficient line smoother for the p-multigrid γ-cycle
Numerical Analysis
Solves hard math problems faster for computer simulations.
Chebyshev smoothing with adaptive block-FSAI preconditioners for the multilevel solution of higher-order problems
Numerical Analysis
Solves hard math problems faster with new computer tricks.