mit-gfx / recfilter

Domain-specific language for IIR filters
http://mit-gfx.github.com/recfilter
Other
15 stars 0 forks source link

Domain specific language for recursive filters

This a domain-specific language based on Halide that allows easy implementation of recursive or IIR filters for n-dimensional data.

Requirements

The makefile in the base directory should build everything and place the executables in bin.

Directory structure

$(RECFILTER_DIR)
 |- halide/     (Halide submodule - cloned automatically on running make)
 |- lib/        (RecFilter library)
 |- apps/       (benchmarking applications)
 |- tests/      (tests to check the correctness of tiling algebra)
 |- demos/      (application demos)
 |- gpu/        (CUDA benchmarks from NVIDIA toolkit and Thrust)

See also:

TODO list: