Move the core reducer algorithm into a library so that it'll be easier
for porting to different projects.
Depends On D101046
Paths
| Differential D101607
[mlir-reduce] Create MlirReduceLib ClosedPublic Authored by Chia-hungDuan on Apr 30 2021, 1:56 AM.
Details
Summary Move the core reducer algorithm into a library so that it'll be easier Depends On D101046
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 17 others. · View Herald TranscriptApr 30 2021, 1:56 AM This revision is now accepted and ready to land.May 24 2021, 2:23 AM Chia-hungDuan marked an inline comment as done. Comment Actionsfix the naming and remove redundant targets in make file This revision was landed with ongoing or failed builds.Jun 3 2021, 1:08 AM Closed by commit rG2f98dfe5b615: [mlir-reduce] Create MlirReduceLib (authored by Chia-hungDuan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349476 mlir/include/mlir/Tools/mlir-reduce/MlirReduceMain.h
mlir/lib/Reducer/CMakeLists.txt
mlir/lib/Tools/CMakeLists.txt
mlir/lib/Tools/mlir-reduce/CMakeLists.txt
mlir/lib/Tools/mlir-reduce/MlirReduceMain.cpp
mlir/tools/mlir-reduce/CMakeLists.txt
mlir/tools/mlir-reduce/mlir-reduce.cpp
|
Please fix.