Also enclose all bufferization code in a new namespace: comprehensive_bufferize
Depends On D113339
Paths
| Differential D113373
[mlir][linalg][bufferize][NFC] Move helper functions to op interface ClosedPublic Authored by springerm on Nov 7 2021, 5:52 PM.
Details Summary Also enclose all bufferization code in a new namespace: comprehensive_bufferize Depends On D113339
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptNov 7 2021, 5:52 PM springerm added a child revision: D113374: [mlir][linalg][bufferize] Fix bug in InitTensor elimination.Nov 7 2021, 5:53 PM This revision is now accepted and ready to land.Nov 10 2021, 12:17 AM This revision was landed with ongoing or failed builds.Nov 10 2021, 5:06 PM Closed by commit rG050591478e03: [mlir][linalg][bufferize][NFC] Move helper functions to op interface (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386363 mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.td
mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.cpp
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp
|