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) (iree-org#15090)

This reverts commit 15ace7e.

Revert is due to iree-org#15078
  • Loading branch information
MaheshRavishankar authored Oct 2, 2023
1 parent 868b7fb commit 9dc8013
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 9dc8013

Please sign in to comment.