Skip to content

Commit

Permalink
fix bazel build and delete 'Op' suffix in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Vremold committed Aug 4, 2022
1 parent 144c4e9 commit 746fe65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToMhlo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_mlir_conversion_library(TorchMLIRTorchToMhlo
GatherOp.cpp
ViewLikeOps.cpp
ReductionOp.cpp
PoolingOp.cpp
Pooling.cpp

ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/torch-mlir/Conversion/TorchToMhlo
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions utils/bazel/torch-mlir-overlay/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ cc_library(
"lib/Conversion/TorchToMhlo/GatherOp.cpp",
"lib/Conversion/TorchToMhlo/ViewLikeOps.cpp",
"lib/Conversion/TorchToMhlo/ReductionOp.cpp",
"lib/Conversion/TorchToMhlo/Pooling.cpp",
"lib/Conversion/TorchToMhlo/MhloLegalizeUtils.h",
"lib/Conversion/TorchToMhlo/PopulatePatterns.h",
"lib/Conversion/PassDetail.h",
Expand Down

0 comments on commit 746fe65

Please sign in to comment.