File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
lib/Conversion/TorchToMhlo
utils/bazel/torch-mlir-overlay Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_mlir_conversion_library(TorchMLIRTorchToMhlo
5
5
GatherOp.cpp
6
6
ViewLikeOps.cpp
7
7
ReductionOp.cpp
8
- PoolingOp .cpp
8
+ Pooling .cpp
9
9
10
10
ADDITIONAL_HEADER_DIRS
11
11
${PROJECT_SOURCE_DIR} /include /torch-mlir/Conversion/TorchToMhlo
File renamed without changes.
Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ cc_library(
452
452
"lib/Conversion/TorchToMhlo/GatherOp.cpp" ,
453
453
"lib/Conversion/TorchToMhlo/ViewLikeOps.cpp" ,
454
454
"lib/Conversion/TorchToMhlo/ReductionOp.cpp" ,
455
+ "lib/Conversion/TorchToMhlo/Pooling.cpp" ,
455
456
"lib/Conversion/TorchToMhlo/MhloLegalizeUtils.h" ,
456
457
"lib/Conversion/TorchToMhlo/PopulatePatterns.h" ,
457
458
"lib/Conversion/PassDetail.h" ,
You can’t perform that action at this time.
0 commit comments