MicroTools: Automating Program Generation and Performance Measurement

  • Authors:
  • Jean Christophe Beyler;Nicolas Triquenaux;Vincent Palomares;Farid Chabane;Thibault Fighiera;Jean-Philippe Halimi;William Jalby

  • Affiliations:
  • -;-;-;-;-;-;-

  • Venue:
  • ICPPW '12 Proceedings of the 2012 41st International Conference on Parallel Processing Workshops
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Tuning an application to a given architecture has become a complex procedure. Sophisticated hardware obfuscates the path to easily writing peak-performance applications. During the optimization process, before utilizing the hardware correctly, the user must understand out-of-order execution and micro-operations. Understanding the software's performance on a given target architecture is the goal of the Micro Creator and Micro Launcher tools. Micro Creator automatically generates a set of benchmark programs from a XML file, whereas Micro Launcher executes them in a stable and closed environment. With these tools, the user has a better understanding of the underlying architecture. The two programs, through the execution of hundreds of micro-programs and from a single-core execution to the parallel world using OpenMP, give insight on performance issues. Looking into unrolling, strided memory accesses, vectorized programs, and parallel programs allow quick and efficient calculations of the latencies and bottlenecks of the architecture.