Automatic Pre-Fetch and Modulo Scheduling Transformations for the Cell BE Architecture

  • Authors:
  • Nikola Vujić;Marc Gonzàlez;Xavier Martorell;Eduard Ayguadé

  • Affiliations:
  • Barcelona Supercomputing Center Department of Computer Architecture, Technical University of Catalonia,;Barcelona Supercomputing Center Department of Computer Architecture, Technical University of Catalonia,;Barcelona Supercomputing Center Department of Computer Architecture, Technical University of Catalonia,;Barcelona Supercomputing Center Department of Computer Architecture, Technical University of Catalonia,

  • Venue:
  • Languages and Compilers for Parallel Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Ease of programming is one of the main impediments for the broad acceptance of multi-core systems with no hardware support for transparent data transfer between local and global memories. Software cache is a robust approach to provide the user with a transparent view of the memory architecture; but this software approach can suffer from poor performance. In this paper, we propose a hierarchical, hybrid software-cache architecture that targets enabling pre-fetch techniques. Memory accesses are classified at compile time in two classes, high-locality and irregular. Our approach then steers the memory references toward one of two specific cache structures optimized for their respective access pattern. The specific cache structures are optimized to enable high-level compiler optimizations to aggressively unroll loops, reorder cache references, and/or transform surrounding loops so as to practically eliminate the software cache overhead in the innermost loop. The cache design enables automatic pre-fetch and modulo scheduling transforma-tions. Performance evaluation indicates that the optimized software-cache structures combined with the proposed pre-fetch techniques translate into speed-up between 10% and 20%. Evaluation is done on a set of parallel NAS applications.