Abstract
We study several solvers for the solution of general linear systems where the main objective is to reduce the communication overhead due to pivoting. We first describe two existing algorithms for the LU factorization on hybrid CPU/GPU architectures. The first one is based on partial pivoting and the second uses a random preconditioning of the original matrix to avoid pivoting. Then we introduce a solver where the panel factorization is performed using a communication-avoiding pivoting heuristic while the update of the trailing submatrix is performed by the GPU. We provide performance comparisons and tests on accuracy for these solvers on current hybrid multicore-GPU parallel machines.
Original language | English |
---|---|
Pages (from-to) | 17-26 |
Number of pages | 10 |
Journal | Procedia Computer Science |
Volume | 9 |
DOIs | |
State | Published - 2012 |
Event | 12th Annual International Conference on Computational Science, ICCS 2012 - Omaha, NB, United States Duration: Jun 4 2012 → Jun 6 2012 |
Keywords
- Communication-avoiding algorithms
- Dense linear algebra libraries
- Hybrid multicore/GPU computing
- LU factorization
- Linear system solvers