Xilinx / mlir-air

MIT License
78 stars 26 forks source link

Support changing the function calls replacing linalg ops in presence of reshape ops #700

Closed akkothar closed 2 months ago

akkothar commented 2 months ago

This pull request fixes signature of calls to library functions in presence of reshape/expand/collapse ops. This is important because no other way of lowering support such ops currently exists, and this is a way of getting rid of them before generating code for AIEs.