Using Memory Access Traces to Map Threads and Data on Hierarchical Multi-core Platforms
Citations Over TimeTop 10% of 2011 papers
Abstract
In parallel programs, the tasks of a given application must cooperate in order to accomplish the required computation. However, the communication time between the tasks may be different depending on which core they are executing and how the memory hierarchy and interconnection are used. The problem is even more important in multi-core machines with NUMA characteristics, since the remote access imposes high overhead, making them more sensitive to thread and data mapping. In this context, process mapping is a technique that provides performance gains by improving the use of resources such as interconnections, main memory and cache memory. The problem of detecting the best mapping is considered NP-Hard. Furthermore, in shared memory environments, there is an additional difficulty of finding the communication pattern, which is implicit and occurs through memory accesses. This work aims to provide a method for static mapping for NUMA architectures which does not require any prior knowledge of the application. Different metrics were adopted and an heuristic method based on the Edmonds matching algorithm was used to obtain the mapping. In order to evaluate our proposal, we use the NAS Parallel Benchmarks (NPB) and two modern multi-core NUMA machines. Results show performance gains of up to 75% compared to the native scheduler and memory allocator of the operating system.
Related Papers
- → Processor-memory coexploration using an architecture description language(2004)20 cited
- → A Generalized Model for Modern Hierarchical Memory System(2022)3 cited
- → Processor-memory co-exploration driven by a Memory-Aware Architecture Description Language(2002)29 cited
- → Design, Modeling, and Analysis of Memory Allocation Policies for Rack-Scale Memory Disaggregation(2023)