Parallel Iterative Linear Solvers on GPU: A Financial Engineering Case
Parallel, Distributed, and Network-Based Processing, Euromicro Conference on, Vol. 0 (2010), pp. 607-614.
@conference{gaikwad2010parallel,
title={Parallel Iterative Linear Solvers on GPU: A Financial Engineering Case},
author={Gaikwad, A. and Toke, I.M.},
booktitle={2010 18th Euromicro Conference on Parallel, Distributed and Network-based Processing},
pages={607–614},
issn={1066-6192},
year={2010},
organization={IEEE}
}
In many numerical applications resulting from computational science and engineering problems, the solution of sparse linear systems is the most prohibitively compute intensive task. Consequently, the linear solvers need to be carefully chosen and efficiently implemented in order to harness the available computing resources. Krylov subspace based iterative solvers have been widely used for solving large systems of linear equations. In this paper, we focus on the design of such iterative solvers to take advantage of massive parallelism of general purpose Graphics Processing Units (GPU)s. We will consider Stabilized BiConjugate Gradient (BiCGStab) and Conjugate Gradient Squared (CGS) methods for the solutions of sparse linear systems with unsymmetric coefficient matrices. We discuss data structures and efficient implementation of these solvers on the NVIDIA’s CUDA platform. We evaluate scalability and performance of our implementations in the context of a financial engineering problem of solving multidimensional option pricing PDEs using sparse grid combination technique.
November 8, 2010 by hgpu