Hipacc: A Domain-Specific Language and Compiler for Image Processing

Domain-Specific Languages (DSLs) provide high-level and domain-specific abstractions that allow expressive and concise algorithm descriptions. Since the description in a DSL hides also the properties of the target hardware, DSLs are a promising path to target different parallel and heterogeneous hardware from the same algorithm description. In theory, the DSL description can capture all characteristics of the algorithm that are required to generate highly efficient parallel implementations. However, most frameworks do not make use of this knowledge and the performance cannot reach that of optimized library implementations.

In this article, we present the Hipacc framework, a DSL and source-to-source compiler for image processing. We show that domain knowledge can be captured in the language and that this knowledge enables us to generate tailored implementations for a given target architecture. Back ends for CUDA, OpenCL, and Renderscript allow us to target discrete Graphics Processing Units (GPUs) as well as mobile, embedded GPUs. Exploiting the captured domain knowledge, we can generate specialized algorithm variants that reach the maximal achievable performance due to the peak memory bandwidth. These implementations outperform state-of-the-art domain-specific languages and libraries significantly.

BibTeX
@article{membarth2016hipacc,
  author    = {Membarth, Richard and Reiche, Oliver and Hannig, Frank and Teich, Jürgen and Körner, Mario and Eckert, Wieland},
  title     = {{Hipacc: A Domain-Specific Language and Compiler for Image Processing}},
  journal   = {Transactions on Parallel and Distributed Systems (TPDS)},
  pages     = {210--224},
  volume    = {27},
  number    = {1},
  year      = 2016,
  month     = jan,
  date      = {2016-01-01},
  doi       = {10.1109/TPDS.2015.2394802},
  publisher = {IEEE},
}