You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of horizontal fusion of contractions concats the original operands to create a contraction op. This adds a lot of transient memory foot print overhead (and high initialization copy costs). It also prevents horizontal fusion from kicking in some cases. This is a tracking issue for revamping horizontal fusion to address these issues.
Current implementation of horizontal fusion of contractions concats the original operands to create a contraction op. This adds a lot of transient memory foot print overhead (and high initialization copy costs). It also prevents horizontal fusion from kicking in some cases. This is a tracking issue for revamping horizontal fusion to address these issues.
https://github.com/MaheshRavishankar/iree/tree/noconcat_horizontal_fusion_e2e is the dev branch for these changes. This is a tracking issue for changes required to make these work in general.
For now these are the examples being used for development purposes
test1.mlir
test2.mlir
test3.mlir
test4.mlir
These can be compiled using https://github.com/MaheshRavishankar/iree/tree/noconcat_horizontal_fusion_e2e
Here are some tasks that need to be addressed (and tentative assignees)
The text was updated successfully, but these errors were encountered: