Analysis of dynamically scheduled tile algorithms for dense linear algebra on multicore architectures

  • Authors:
  • Azzam Haidar;Hatem Ltaief;Asim YarKhan;Jack Dongarra

  • Affiliations:
  • Department ofElectrical Engineering and Computer Science, University of Tennessee, Knoxville, TNUSA;Department ofElectrical Engineering and Computer Science, University of Tennessee, Knoxville, TN, USA;Department ofElectrical Engineering and Computer Science, University of Tennessee, Knoxville, TN, USA;Dept. of Electrical Eng. and Comp. Sci., Univ. of Tennessee, Knoxville, TN, USA and Comp. Sci. and Mathematics Division, Oak Ridge Natnl. Lab., Oak Ridge, Tennesse and Sch. of Mathematics & Sch. o ...

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

The objective of this paper is to analyze the dynamic scheduling of dense linear algebra algorithms on shared-memory, multicore architectures. Current numerical libraries (e.g., linear algebra package) show clear limitations on such emerging systems mainly because of their coarse granularity tasks. Thus, many numerical algorithms need to be redesigned to better fit the architectural design of the multicore platform. The parallel linear algebra for scalable multicore architectures library developed at the University of Tennessee tackles this challenge by using tile algorithms to achieve a finer task granularity. These tile algorithms can then be represented by directed acyclic graphs, where nodes are the tasks and edges are the dependencies between the tasks. The paramount key to achieve high performance is to implement a runtime environment to efficiently schedule the execution of the directed acyclic graph across the multicore platform. This paper studies the impact on the overall performance of some parameters, both at the level of the scheduler (e.g., window size and locality) and the algorithms (e.g., left-looking and right-looking variants). We conclude that some commonly accepted rules for dense linear algebra algorithms may need to be revisited. Copyright © 2011 John Wiley & Sons, Ltd.