comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
114 stars 29 forks source link

Fixed the issue of compilation related to the new Halide interface. #25

Closed hayatoikoma closed 8 years ago

hayatoikoma commented 8 years ago

test_halide.py fails with the latest version of Halide.

I recognized that the current default output of GenGen is static_library, instead of .o and .h files. The argument of input parameters doesn't require "const" anymore.

Felix has helped me to fix this issue.