Parallelism and scalability in an image processing application

  • Authors:
  • Morten S. Rasmussen;Matthias B. Stuart;Sven Karlsson

  • Affiliations:
  • DTU Informatics, Technical University of Denmark, Lyngby, Denmark;DTU Informatics, Technical University of Denmark, Lyngby, Denmark;DTU Informatics, Technical University of Denmark, Lyngby, Denmark

  • Venue:
  • International Journal of Parallel Programming
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

The recent trends in processor architecture show that parallel processing is moving into new areas of computing in the form of many-core desktop processors and multi-processor system-on-chips. This means that parallel processing is required in application areas that traditionally have not used parallel programs. This paper investigates parallelism and scalability of an embedded image processing application. The major challenges faced when parallelizing the application were to extract enough parallelism from the application and to reduce load imbalance. The application has limited immediately available parallelism and further extraction of parallelism is limited by small data sets and a relatively high parallelization overhead. Load balance is difficult to obtain due to the limited parallelism and made worse by non-uniform memory latency. Three parallel OpenMP implementations of the application are discussed and evaluated. We show that with some modifications relative speedups in excess of 9 on a 16 CPU system can be reached.