Submitted by webmaster on
Title | Design and Implementation of a Large Scale Tree-Based QR Decomposition Using a 3D Virtual Systolic Array and a Lightweight Runtime |
Publication Type | Conference Paper |
Year of Publication | 2014 |
Authors | Yamazaki, I., J. Kurzak, P. Luszczek, and J. Dongarra |
Conference Name | Workshop on Large-Scale Parallel Processing, IPDPS 2014 |
Date Published | 2014-05 |
Publisher | IEEE |
Conference Location | Phoenix, AZ |
Keywords | dataflow, message-passing, multithreading, QR decomposition, runtime, systolic array |
Abstract | A systolic array provides an alternative computing paradigm to the von Neuman architecture. Though its hardware implementation has failed as a paradigm to design integrated circuits in the past, we are now discovering that the systolic array as a software virtualization layer can lead to an extremely scalable execution paradigm. To demonstrate this scalability, in this paper, we design and implement a 3D virtual systolic array to compute a tile QR decomposition of a tall-and-skinny dense matrix. Our implementation is based on a state-of-the-art algorithm that factorizes a panel based on a tree-reduction. Using a runtime developed as a part of the Parallel Ultra Light Systolic Array Runtime (PULSAR) project, we demonstrate on a Cray-XT5 machine how our virtual systolic array can be mapped to a large-scale machine and obtain excellent parallel performance. This is an important contribution since such a QR decomposition is used, for example, to compute a least squares solution of an overdetermined system, which arises in many scientific and engineering problems. |