Abstract
Direct solvers for dense systems of linear equations commonly use partial pivoting to ensure numerical stability. However, pivoting can introduce significant performance overheads, such as synchronization and data movement, particularly on distributed systems. To improve the performance of these solvers, we present an alternative to pivoting in which numerical stability is obtained through additive updates. We implemented this approach using SLATE, a GPU-accelerated numerical linear algebra library, and evaluated it on the Summit supercomputer. Our approach provides better performance (up to 5-fold speedup) than Gaussian elimination with partial pivoting for comparable accuracy on most of the tested matrices. It also provides better accuracy (up to 15 more digits) than Gaussian elimination with no pivoting for comparable performance.
Original language | English |
---|---|
Title of host publication | ACM ICS 2023 - Proceedings of the International Conference on Supercomputing |
Publisher | Association for Computing Machinery |
Pages | 14-24 |
Number of pages | 11 |
ISBN (Electronic) | 9798400700569 |
DOIs | |
State | Published - Jun 21 2023 |
Event | 37th ACM International Conference on Supercomputing, ICS 2023 - Orlando, United States Duration: Jun 21 2023 → Jun 23 2023 |
Publication series
Name | Proceedings of the International Conference on Supercomputing |
---|
Conference
Conference | 37th ACM International Conference on Supercomputing, ICS 2023 |
---|---|
Country/Territory | United States |
City | Orlando |
Period | 06/21/23 → 06/23/23 |
Funding
This material is based upon work supported by the National Science Foundation Office of Advanced Cyberinfrastructure under Grant No. 2004541. This research was also supported by the Exascale Computing Project, a collaborative effort of the U.S. Department of Energy Office of Science and the National Nuclear Security Administration. Additionally, this research used resources of the Oak Ridge Leadership Computing Facility at the Oak Ridge National Laboratory, which is supported by the Office of Science of the U.S. Department of Energy under Contract No. DE-AC05-00OR22725.
Keywords
- LU factorization
- communication avoidance
- linear algebra