A class of parallel tiled linear algebra algorithms for multicore architectures

  • Authors:
  • Alfredo Buttari;Julien Langou;Jakub Kurzak;Jack Dongarra

  • Affiliations:
  • Department of Electrical Engineering and Computer Science, University Tennessee, Knoxville, TN, United States;Department of Mathematical and Statistical Sciences, University of Colorado Denver, CO, United States;Department of Electrical Engineering and Computer Science, University Tennessee, Knoxville, TN, United States;Department of Electrical Engineering and Computer Science, University Tennessee, Knoxville, TN, United States and Oak Ridge National Laboratory, Oak Ridge, TN, United States and University of Manc ...

  • Venue:
  • Parallel Computing
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

As multicore systems continue to gain ground in the high performance computing world, linear algebra algorithms have to be reformulated or new algorithms have to be developed in order to take advantage of the architectural features on these new processors. Fine grain parallelism becomes a major requirement and introduces the necessity of loose synchronization in the parallel execution of an operation. This paper presents algorithms for the Cholesky, LU and QR factorization where the operations can be represented as a sequence of small tasks that operate on square blocks of data. These tasks can be dynamically scheduled for execution based on the dependencies among them and on the availability of computational resources. This may result in out of order execution of tasks which will completely hide the presence of intrinsically sequential tasks in the factorization. Performance comparisons are presented with LAPACK algorithms where parallelism can only be exploited at the level of the BLAS operations and vendor implementations.