Add a failure return value and bufferization options argument. This is to keep a subsequent change smaller.
Depends On D128277
Paths
| Differential D128278
[mlir][bufferize][NFC] Change signature of allocateTensorForShapedValue ClosedPublic Authored by springerm on Jun 21 2022, 7:01 AM.
Details Summary Add a failure return value and bufferization options argument. This is to keep a subsequent change smaller. Depends On D128277
Diff Detail
Event Timelinespringerm added a child revision: D128279: [mlir][bufferize] Add memory space inference.Jun 21 2022, 7:02 AM springerm added a child revision: D128423: [mlir][bufferize] Infer memory space in all bufferization patterns.Jun 23 2022, 3:35 AM This revision is now accepted and ready to land.Jun 24 2022, 8:27 AM This revision was landed with ongoing or failed builds.Jun 27 2022, 7:03 AM Closed by commit rG45b995cda461: [mlir][bufferize][NFC] Change signature of allocateTensorForShapedValue (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438689 mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
|