Document Type
Conference Proceeding
Publication Date
11-23-2009
Abstract
With increasing numbers of cores, future CMPs (Chip Multi-Processors) are likely to have a tiled architecture with a portion of shared L2 cache on each tile and a bankinterleaved distribution of the address space. Although such an organization is effective for avoiding access hot-spots, it can cause a significant number of non-local L2 accesses for many commonly occurring regular data access patterns. In this paper we develop a compile-time framework for data locality optimization via data layout transformation. Using a polyhedral model, the program's localizability is determined by analysis of its index set and array reference functions, followed by non-canonical data layout transformation to reduce non-local accesses for localizable computations. Simulation-based results on a 16-core 2D tiled CMP demonstrate the effectiveness of the approach. The developed program transformation technique is also useful in several other data layout transformation contexts.
Publication Source (Journal or Book title)
Parallel Architectures and Compilation Techniques - Conference Proceedings, PACT
First Page
348
Last Page
357
Recommended Citation
Lu, Q., Alias, C., Bondhugula, U., Henretty, T., Krishnamoorthy, S., Ramanujam, J., Rountev, A., Sadayappan, P., Chen, Y., Ngai, T., & Lin, H. (2009). Data layout transformation for enhancing data locality on NUCA chip multiprocessors. Parallel Architectures and Compilation Techniques - Conference Proceedings, PACT, 348-357. https://doi.org/10.1109/PACT.2009.36