Skip to content

Commit

Permalink
Fixing linter failure
Browse files Browse the repository at this point in the history
Signed-off-by: jerryyin <[email protected]>
  • Loading branch information
jerryyin committed Jan 20, 2025
1 parent 2e2be5f commit 3e95595
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ iree_cc_library(
SRCS
"ApplyPDLPatterns.cpp"
"ConvertConv2DToImg2Col.cpp"
"ConvertConvToChannelsLast.cpp"
"ConvertConvFilterToChannelsLast.cpp"
"ConvertConvToChannelsLast.cpp"
"FoldAttentionWithTranspose.cpp"
"GeneralizeLinalgMatMul.cpp"
"InterpreterPass.cpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3e95595

Please sign in to comment.