kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
99 stars 20 forks source link

Allow partially optimising a function #48

Closed kumasento closed 3 years ago

kumasento commented 3 years ago

Currently we need to optimise a function as a whole, but the desired way is to split the function into multiple parts, and replace each part by an optimised version if possible. Otherwise, like in the example of #42 we cannot copy those code that get the dimensionality.

kumasento commented 3 years ago

Not a required feature anymore.