diff --git a/compiler/src/iree/compiler/Preprocessing/Common/BUILD.bazel b/compiler/src/iree/compiler/Preprocessing/Common/BUILD.bazel index ea45b6169fa8..39d639ee4356 100644 --- a/compiler/src/iree/compiler/Preprocessing/Common/BUILD.bazel +++ b/compiler/src/iree/compiler/Preprocessing/Common/BUILD.bazel @@ -32,8 +32,8 @@ iree_compiler_cc_library( srcs = [ "ApplyPDLPatterns.cpp", "ConvertConv2DToImg2Col.cpp", - "ConvertConvToChannelsLast.cpp", "ConvertConvFilterToChannelsLast.cpp", + "ConvertConvToChannelsLast.cpp", "FoldAttentionWithTranspose.cpp", "GeneralizeLinalgMatMul.cpp", "InterpreterPass.cpp", diff --git a/compiler/src/iree/compiler/Preprocessing/Common/CMakeLists.txt b/compiler/src/iree/compiler/Preprocessing/Common/CMakeLists.txt index 1964614a33a2..02adb0159c17 100644 --- a/compiler/src/iree/compiler/Preprocessing/Common/CMakeLists.txt +++ b/compiler/src/iree/compiler/Preprocessing/Common/CMakeLists.txt @@ -28,8 +28,8 @@ iree_cc_library( SRCS "ApplyPDLPatterns.cpp" "ConvertConv2DToImg2Col.cpp" - "ConvertConvToChannelsLast.cpp" "ConvertConvFilterToChannelsLast.cpp" + "ConvertConvToChannelsLast.cpp" "FoldAttentionWithTranspose.cpp" "GeneralizeLinalgMatMul.cpp" "InterpreterPass.cpp" diff --git a/compiler/src/iree/compiler/Preprocessing/Common/test/BUILD.bazel b/compiler/src/iree/compiler/Preprocessing/Common/test/BUILD.bazel index e484b956de10..3bf02dd7b6ec 100644 --- a/compiler/src/iree/compiler/Preprocessing/Common/test/BUILD.bazel +++ b/compiler/src/iree/compiler/Preprocessing/Common/test/BUILD.bazel @@ -17,6 +17,7 @@ iree_lit_test_suite( srcs = enforce_glob( [ "conv2d_to_img2col.mlir", + "conv_filter_to_channels_last.mlir", "conv_to_channels_last.mlir", "fold_attention_with_transpose.mlir", "generalize_linalg_matmul.mlir",