Xilinx / mlir-air

MIT License
76 stars 26 forks source link

Support fixing the function call signatures in presence of reshape ops #699

Closed akkothar closed 1 month ago

akkothar commented 1 month ago

This pull request fixes signature of calls to library functions in presence of reshape/expand/collapse ops. This is important because no pass has lowering support for such ops, and this is a way of getting rid of them.