summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
AgeCommit message (Expand)Author
2022-04-23[mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle
2022-04-22[mlir] Move isGuaranteedCollapsible to CollapseShapeOp (NFC).Adrian Kuegel
2022-04-08[mlir][tensor] Fix verifier and bufferization of collapse_shapeMatthias Springer
2022-04-01[mlir][tensor][bufferize] Support 0-d collapse_shape with offsetMatthias Springer
2022-03-31[mlir][tensor] Fix bufferization of CollapseShapeOp / ExpandShapeOpMatthias Springer
2022-03-16[mlir] Refactor DialectRegistry delayed interface support into a general Dial...River Riddle
2022-03-16[mlir][bufferize] Do not deallocate allocs that are returned from a blockMatthias Springer
2022-03-15[mlir][bufferize][NFC] Deallocate all buffers at the end of bufferizationMatthias Springer
2022-03-15[mlir][bufferize][NFC] Split BufferizationState into AnalysisState/Bufferizat...Matthias Springer
2022-02-15[mlir][bufferize] Support tensor.expand_shape and tensor.collapse_shapeMatthias Springer
2022-02-09[mlir][bufferize] OpOperands can have multiple aliasing OpResultsMatthias Springer
2022-01-27[mlir][bufferization] Add an option to use memref types without layout mapsMatthias Springer
2022-01-25[mlir][linalg][bufferize] Support tensor.from_elementsMatthias Springer
2022-01-25[mlir][linalg][bufferize] Support tensor.generateMatthias Springer
2022-01-25[mlir][tensor][bufferize] Support tensor.rank in BufferizableOpInterfaceImplMatthias Springer
2022-01-24[mlir][tensor] Move BufferizableOpInterface impl to tensor dialectMatthias Springer