Tiramisu-Compiler / tiramisu

A polyhedral compiler for expressing fast and portable data parallel algorithms
http://tiramisu-compiler.org
MIT License
916 stars 132 forks source link

Improve CMake+Python bindings #381

Closed wraith1995 closed 1 year ago

wraith1995 commented 1 year ago

This pull makes the following possible:

I am doing all of this so one can install tiramisu with spack and maybe later pip.

wraith1995 commented 1 year ago

I should also note that this pull also removes the need to include files from the halide source. One can just include Halide.h and cmake already includes the relevant include dirs.