Skip to content

Commit

Permalink
Split TTNNDecomposeLayouts pass into separate file (#1682)
Browse files Browse the repository at this point in the history
I'm adding some new logic to decomposition in order to add more
verification to `layout_op` and other ops (branch
milant/toLayoutOpValidations). Since this pass has complicated logic I
moved it into separate file.
  • Loading branch information
mtopalovicTT authored Dec 30, 2024
1 parent c19f9d3 commit 7ec7430
Show file tree
Hide file tree
Showing 3 changed files with 788 additions and 777 deletions.
1 change: 1 addition & 0 deletions lib/Dialect/TTNN/Transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ add_mlir_dialect_library(MLIRTTNNTransforms
Optimizer.cpp
Passes.cpp
TTNNLayout.cpp
TTNNDecomposeLayouts.cpp
TTNNToCpp.cpp
Workarounds/Decomposition/ReduceOpsRewritePattern.cpp
Workarounds/TTNNWorkarounds.cpp
Expand Down
Loading

0 comments on commit 7ec7430

Please sign in to comment.