/hipacc

A domain-specific language and compiler for image processing

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Hipacc

A domain-specific language and compiler for image processing

Hipacc allows to design image processing kernels and algorithms in a domain-specific language (DSL). From this high-level description, low-level target code for GPU accelerators is generated using source-to-source translation. As back ends, the framework supports C/C++, CUDA, OpenCL, and Renderscript. There is also a fork of Hipacc that targets FPGAs.

Install

See Hipacc documentation and Install notes for detailed information.