Skip to content

Commit

Permalink
Revert "[Flow] Allow CollapseDimensions pass to fold reduction dimens…
Browse files Browse the repository at this point in the history
…ions as well (iree-org#14656)"

This reverts commit 15ace7e.
  • Loading branch information
monorimet authored and github-actions[bot] committed Oct 2, 2023
1 parent b6a1b30 commit 8b0a45e
Show file tree
Hide file tree
Showing 12 changed files with 366 additions and 561 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ iree_compiler_cc_library(
"CleanupTensorShapes.cpp",
"CloneProducersIntoDispatchRegions.cpp",
"CollapseDimensions.cpp",
"CollapseReductionDims.cpp",
"Convert1X1FilterConv2DToMatmul.cpp",
"ConvertRegionToWorkgroups.cpp",
"ConvertToFlow.cpp",
Expand Down Expand Up @@ -99,7 +100,6 @@ iree_compiler_cc_library(
"//llvm-external-projects/iree-dialects:IREELinalgTransformDialect",
"@llvm-project//llvm:Support",
"@llvm-project//mlir:AffineDialect",
"@llvm-project//mlir:AffineUtils",
"@llvm-project//mlir:Analysis",
"@llvm-project//mlir:ArithDialect",
"@llvm-project//mlir:ArithUtils",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ iree_cc_library(
"CleanupTensorShapes.cpp"
"CloneProducersIntoDispatchRegions.cpp"
"CollapseDimensions.cpp"
"CollapseReductionDims.cpp"
"Convert1X1FilterConv2DToMatmul.cpp"
"ConvertRegionToWorkgroups.cpp"
"ConvertToFlow.cpp"
Expand Down Expand Up @@ -81,7 +82,6 @@ iree_cc_library(
IREELinalgTransformDialect
LLVMSupport
MLIRAffineDialect
MLIRAffineUtils
MLIRAnalysis
MLIRArithDialect
MLIRArithUtils
Expand Down
Loading

0 comments on commit 8b0a45e

Please sign in to comment.