Add a flag to control if CodegenStrategy runs the EnablePass between the transformations.
Depends On D113382
Paths
| Differential D113409
[mli][linalg] Add flag to control CodegenStrategy enable pass. ClosedPublic Authored by gysit on Nov 8 2021, 8:35 AM.
Details Summary Add a flag to control if CodegenStrategy runs the EnablePass between the transformations. Depends On D113382
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptNov 8 2021, 8:35 AM gysit added a child revision: D113410: [mli][linalg] Use CodegenStrategy to test padding (NFC)..Nov 8 2021, 8:38 AM gysit added a child revision: D113550: [mli][linalg] Use CodegenStrategy to test interchange (NFC)..Nov 10 2021, 1:09 AM This revision is now accepted and ready to land.Nov 10 2021, 4:37 AM Closed by commit rGba2ac9c97c0c: [mli][linalg] Add flag to control CodegenStrategy enable pass. (authored by gysit). · Explain WhyNov 10 2021, 6:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386135 mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
|