comp-imaging / ProxImaL

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

Ensure fortran order when proximal cost function value is computed #86

Closed antonysigma closed 1 year ago

antonysigma commented 1 year ago

When the cost function is evaluated, ensure all constants and image buffers are in Fortran order. Otherwise, the Halide-accelerated modules will return data layout error.