Skip to content

Commit

Permalink
Add new pass to default pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfmorel committed Sep 8, 2024
1 parent d5b5ed5 commit 4bfd1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TPP/DefaultTppPasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ struct DefaultTppPasses

private:
void constructPipeline() override {
pm.addPass(createFoldAddIntoDest());
if (linalgToLoops) {
// Lower linalg directly to loops.
// Skip all TPP transformations.
Expand Down

0 comments on commit 4bfd1b6

Please sign in to comment.