This is in preparation of changing the op traversal during bufferization.
Depends On D113966
Paths
| Differential D114040
[mlir][linalg][bufferize][NFC] Move helper function to op interface ClosedPublic Authored by springerm on Nov 16 2021, 4:00 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 22 others. · View Herald TranscriptNov 16 2021, 4:00 PM springerm added a child revision: D114055: [mlir][linalg][bufferize] Limited support for scf.execute_region.Nov 16 2021, 9:53 PM This revision is now accepted and ready to land.Nov 17 2021, 12:16 AM This revision was landed with ongoing or failed builds.Nov 22 2021, 7:01 PM Closed by commit rG26c0dd83ab0d: [mlir][linalg][bufferize][NFC] Move helper function to op interface (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 389080 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/CMakeLists.txt
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|