Submitted by claxton on
Title | Threshold Pivoting for Dense LU Factorization |
Publication Type | Conference Paper |
Year of Publication | 2022 |
Authors | Lindquist, N., M. Gates, P. Luszczek, and J. Dongarra |
Conference Name | ScalAH22: 13th Workshop on Latest Advances in Scalable Algorithms for Large-Scale Heterogeneous Systems |
Date Published | 2022-11 |
Publisher | IEEE |
Conference Location | Dallas, Texas |
Abstract | LU factorization is a key approach for solving large, dense systems of linear equations. Partial row pivoting is commonly used to ensure numerical stability; however, the data movement needed for the row interchanges can reduce performance. To improve this, we propose using threshold pivoting to find pivots almost as good as those selected by partial pivoting but that result in less data movement. Our theoretical analysis bounds the element growth similarly to partial pivoting; however, it also shows that the growth of threshold pivoting for a given matrix cannot be bounded by that of partial pivoting and vice versa. Additionally, we experimentally tested the approach on the Summit supercomputer. Threshold pivoting improved performance by up to 32% without a significant effect on accuracy. For a more aggressive configuration with up to one digit of accuracy lost, the improvement was as high as 44%. |
DOI | 10.1109/ScalAH56622.2022.00010 |