Title :
Designing LU-QR Hybrid Solvers for Performance and Stability
Author :
Faverge, Mathieu ; Herrmann, J. ; Langou, Julien ; Lowery, Bradley R. ; Robert, Yannick ; Dongarra, Jack
Author_Institution :
Lab. LaBRI, IPB ENSEIRB-MatMeca, Bordeaux, France
Abstract :
This paper introduces hybrid LU-QR algorithms for solving dense linear systems of the form Ax = b. Throughout a matrix factorization, these algorithms dynamically alternate LU with local pivoting and QR elimination steps, based upon some robustness criterion. LU elimination steps can be very efficiently parallelized, and are twice as cheap in terms of operations, as QR steps. However, LU steps are not necessarily stable, while QR steps are always stable. The hybrid algorithms execute a QR step when a robustness criterion detects some risk for instability, and they execute an LU step otherwise. Ideally, the choice between LU and QR steps must have a small computational overhead and must provide a satisfactory level of stability with as few QR steps as possible. In this paper, we introduce several robustness criteria and we establish upper bounds on the growth factor of the norm of the updated matrix incurred by each of these criteria. In addition, we describe the implementation of the hybrid algorithms through an extension of the Parsec software to allow for dynamic choices during execution. Finally, we analyze both stability and performance results compared to state-of-the-art linear solvers on parallel distributed multicore platforms.
Keywords :
matrix decomposition; multiprocessing systems; parallel algorithms; LU elimination steps; LU-QR hybrid solver design; Parsec software; QR elimination steps; dense linear systems; growth factor; matrix factorization; parallel distributed multicore platforms; robustness criterion; small computational overhead; updated matrix norm; upper bounds; Heuristic algorithms; Kernel; Linear systems; Numerical stability; Robustness; Stability criteria; LU factorization; QR factorization; algorithm; hybrid; linear algebra; linear solvers; linear systems; runtime;
Conference_Titel :
Parallel and Distributed Processing Symposium, 2014 IEEE 28th International
Conference_Location :
Phoenix, AZ
Print_ISBN :
978-1-4799-3799-8
DOI :
10.1109/IPDPS.2014.108