LU factorization for accelerator-based systems

  • Authors:
  • Emmanuel Agullo;Cedric Augonnet;Jack Dongarra;Mathieu Faverge;Julien Langou;Hatem Ltaief;Stanimire Tomov

  • Affiliations:
  • INRIA, LaBRI, University of Bordeaux, France;INRIA, LaBRI, University of Bordeaux, France;Innovative Computing Laboratory, University of Tennessee, Knoxville, TN 37996, USA;Innovative Computing Laboratory, University of Tennessee, Knoxville, TN 37996, USA;University of Colorado Denver, CO 80202, USA;KAUST Supercomputing Laboratory, Thuwal, Saudi Arabia;Innovative Computing Laboratory, University of Tennessee, Knoxville, TN 37996, USA

  • Venue:
  • AICCSA '11 Proceedings of the 2011 9th IEEE/ACS International Conference on Computer Systems and Applications
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multicore architectures enhanced with multiple GPUs are likely to become mainstream High Performance Computing (HPC) platforms in a near future. In this paper, we present the design and implementation of an LU factorization using tile algorithm that can fully exploit the potential of such platforms in spite of their complexity. We use a methodology derived from previous work on Cholesky and QR factorizations. Our contributions essentially consist of providing new CPU/GPU hybrid LU kernels, studying the impact on performance of the looking variants as well as the storage layout in presence of pivoting, tuning the kernels for two different machines composed of multiple recent NVIDIA Tesla S1070 (four GPUs total) and Fermi-based S2050 GPUs (three GPUs total), respectively. The hybrid tile LU asymptotically achieves 1 Tflop/s in single precision on both hardwares. The performance in double precision arithmetic reaches 500 Gflop/s on the Fermi-based system, twice faster than the old GPU generation of Tesla S1070. We also discuss the impact of the number of tiles on the numerical stability. We show that the numerical results of the tile LU factorization will be accurate enough for most applications as long as the computations are performed in double precision arithmetic.