Close

Presentation

Technical Papers Fast-Forward
:
Automatically Translating Image Processing Libraries to Halide
Event Type
Technical Papers Fast-Forward
Registration Categories
TimeSunday, 17 November 201919:08 - 19:09
LocationGreat Hall 1&2
DescriptionThis paper presents Dexter, a new tool that automatically translates image processing functions from a low-level general-purpose language to a high-level domain-specific language (DSL), allowing them to leverage cross-platform optimizations enabled by DSLs. Rather than building a classical syntax-driven compiler to do this translation, Dexter leverages recent advances in program synthesis and program verification, along with a new domain-specific synthesis algorithm, to translate C++ image processing code to the Halide DSL, while guaranteeing semantic equivalence. This new synthesis algorithm scales and generalizes to much larger and more complex functions than prior work, including the ability to handle tiling, conditionals, and multi-stage pipelines in the original low-level code. To demonstrate the effectiveness of our approach, we evaluate Dexter using real-world image processing functions from Adobe Photoshop, a widely-used multi-platform image processing program. Our results show that Dexter can translate 264 out of 353 functions in our test set, with the original implementations ranging from 20 to 150 lines of code. By leveraging Halide’s advanced auto-scheduling capabilities, we demonstrate median speedups of 7.03x and 4.52x for Dexter-translated functions as compared to the original implementations on Intel and ARM architectures, respectively.