Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-smnk committed Aug 9, 2024
1 parent 5d40f54 commit 799d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TPP/PassBundles/TppMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct TppMapping : public tpp::impl::TppMappingBase<TppMapping>,
// TODO: Remove when layout propagation and tile-and-fuse have better
// support for named ops.
pm.addNestedPass<func::FuncOp>(createGeneralizeNamedOps());
pm.addNestedPass<func::FuncOp>(createConvertAddInplacePass());
pm.addNestedPass<func::FuncOp>(createConvertLinalgToInplace());

// Postprocess packing.
// Run only canonicalizer at this stage as full cleanup (mostly CSE) can
Expand Down

0 comments on commit 799d1cc

Please sign in to comment.