comp-imaging / ProxImaL

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

Compile Halide optimized pipelines on ARM64-Darwin environment #96

Closed antonysigma closed 10 months ago

antonysigma commented 10 months ago

Add a warp file to describe where to download the Halide toolchain for MacOS OS on ARM64 processors. Exclude jpeg encoder and dependency requirement.

Use cases: latest Macbook computers having M1/M2 processors.

Resolves: #95 .

cc'ed @shnaqvi .