DocumentCode
598608
Title
A scalable, numerically stable, high-performance tridiagonal solver using GPUs
Author
Li-Wen Chang ; Stratton, J.A. ; Hee-Seok Kim ; Hwu, W.W.
Author_Institution
Electr. & Comput. Eng., Univ. of Illinois at Urbana-Champaign, Urbana, IL, USA
fYear
2012
fDate
10-16 Nov. 2012
Firstpage
1
Lastpage
11
Abstract
In this paper, we present a scalable, numerically stable, high-performance tridiagonal solver. The solver is based on the SPIKE algorithm for partitioning a large matrix into small independent matrices, which can be solved in parallel. For each small matrix, our solver applies a general 1-by-1 or 2-by-2 diagonal pivoting algorithm, which is also known to be numerically stable. Our paper makes two major contributions. First, our solver is the first numerically stable tridiagonal solver for GPUs. Our solver provides comparable quality of stable solutions to Intel MKL and Matlab, at speed comparable to the GPU tridiagonal solvers in existing packages like CUSPARSE. It is also scalable to multiple GPUs and CPUs. Second, we present and analyze two key optimization strategies for our solver: a high-throughput data layout transformation for memory efficiency, and a dynamic tiling approach for reducing the memory access footprint caused by branch divergence.
Keywords
graphics processing units; matrix algebra; program compilers; 1-by-1 diagonal pivoting algorithm; 2-by-2 diagonal pivoting algorithm; CUSPARSE; GPU; Intel MKL; Matlab; SPIKE algorithm; dynamic tiling approach; high-performance tridiagonal solver; high-throughput data layout transformation; key optimization strategies; large matrix; memory efficiency; small independent matrices; Graphics processing units; Heuristic algorithms; Kernel; Layout; Libraries; Partitioning algorithms; Vectors; GPGPU; GPU Computing; SPIKE; Tridiagonal Solver;
fLanguage
English
Publisher
ieee
Conference_Titel
High Performance Computing, Networking, Storage and Analysis (SC), 2012 International Conference for
Conference_Location
Salt Lake City, UT
ISSN
2167-4329
Print_ISBN
978-1-4673-0805-2
Type
conf
DOI
10.1109/SC.2012.12
Filename
6468510
Link To Document