Scheduling dense linear algebra operations on multicore processors

  • Authors:
  • Jakub Kurzak;Hatem Ltaief;Jack Dongarra;Rosa M. Badia

  • Affiliations:
  • Department of Electrical Engineering and Computer Science, University of Tennessee, TN, U.S.A.;Department of Electrical Engineering and Computer Science, University of Tennessee, TN, U.S.A.;Department of Electrical Engineering and Computer Science, Univ. of Tennessee, TN, U.S.A. and Comp. Sci. and Mathematics Division, Oak Ridge Natnl. Lab., TN, U.S.A. and Sch. of Math. and Sch. of C ...;Barcelona Supercomputing Center—Centro Nacional de Supercomputación, Barcelona, Spain

  • Venue:
  • Concurrency and Computation: Practice & Experience
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

State-of-the-art dense linear algebra software, such as the LAPACK and ScaLAPACK libraries, suffers performance losses on multicore processors due to their inability to fully exploit thread-level parallelism. At the same time, the coarse–grain dataflow model gains popularity as a paradigm for programming multicore architectures. This work looks at implementing classic dense linear algebra workloads, the Cholesky factorization, the QR factorization and the LU factorization, using dynamic data-driven execution. Two emerging approaches to implementing coarse–grain dataflow are examined, the model of nested parallelism, represented by the Cilk framework, and the model of parallelism expressed through an arbitrary Direct Acyclic Graph, represented by the SMP Superscalar framework. Performance and coding effort are analyzed and compared against code manually parallelized at the thread level. Copyright © 2009 John Wiley & Sons, Ltd.