Sciweavers

ASPLOS
2015
ACM

PolyMage: Automatic Optimization for Image Processing Pipelines

7 years 11 months ago
PolyMage: Automatic Optimization for Image Processing Pipelines
This paper presents the design and implementation of PolyMage, a domain-specific language and compiler for image processing pipelines. An image processing pipeline can be viewed as a graph of interconnected stages which process images successively. Each stage typically performs one of point-wise, stencil, reduction or data-dependent operations on image pixels. Individual stages in a pipeline typically exhibit abundant data parallelism that can be exploited with relative ease. However, the stages also require high memory bandwidth preventing effective utilization of parallelism available on modern architectures. For applications that demand high performance, the traditional options are to use optimized libraries like OpenCV or to optimize manually. While using libraries precludes optimization across library routines, manual optimization accounting for both parallelism and locality is very tedious. The focus of our system, PolyMage, is on automatically generating high-performance imple...
Ravi Teja Mullapudi, Vinay Vasista, Uday Bondhugul
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where ASPLOS
Authors Ravi Teja Mullapudi, Vinay Vasista, Uday Bondhugula
Comments (0)