Publication: TiDA: High-level programming abstractions for data locality management
Program
KU Authors
Co-Authors
Nguyen, Tan
Zhang, Weiqun
Michelogiannakis, George
Almgren, Ann
Shalf,John
Advisor
Publication Date
2016
Language
English
Type
Conference proceeding
Journal Title
Journal ISSN
Volume Title
Abstract
The high energy costs for data movement compared to computation gives paramount importance to data locality management in programs. Managing data locality manually is not a trivial task and also complicates programming. Tiling is a well-known approach that provides both data locality and parallelism in an application. However, there is no standard programming construct to express tiling at the application level. We have developed a multicore programming model, TiDA, based on tiling and implemented the model as C++ and Fortran libraries. The proposed programming model has three high level abstractions, tiles, regions and tile iterator. These abstractions in the library hide the details of data decomposition, cache locality optimizations, and memory affinity management in the application. In this paper we unveil the internals of the library and demonstrate the performance and programability advantages of the model on five applications on multiple NUMA nodes. The library achieves up to 2.10x speedup over OpenMP in a single compute node for simple kernels, and up to 22x improvement over a single thread for a more complex combustion proxy application (SMC) on 24 cores. The MPI+TiDA implementation of geometric multigrid demonstrates a 30.9% performance improvement over MPI+OpenMP when scaling to 3072 cores (excluding MPI communication overheads, 8.5% otherwise).
Description
Source:
High Performance Computing
Publisher:
Springer International Publishing Ag
Keywords:
Subject
Computer science, Theory methods