summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Tensor/bufferize.mlir
AgeCommit message (Expand)Author
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll
2025-06-30[mlir][tensor] Relax input type requirement on `tensor.splat` (#145893)Markus Böck
2025-06-26[mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface (#145867)Nicolas Vasilache
2025-05-17Restore #140171 with to_memref -> to_buffer (#140355)Jeremy Kun
2025-05-16Revert "[mlir][bufferization] implement BufferizableOpInterface for concat op...Kazu Hirata
2025-05-16[mlir][bufferization] implement BufferizableOpInterface for concat op (#140171)Jeremy Kun
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-02-28[MLIR][Tensor] Enhance bufferization of tensor.expand_shape op (#128871)Arnab Dutta
2025-01-27Make index computation used divsi/remsi (#124390)MaheshRavishankar
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-07-11[mlir] [linalg] Fix bufferize error in tensor.parallel_insert_slice op (#98312)donald chen
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover
2024-05-28Revert "[mlir] Remove dialect specific bufferization passes" (#93528)Kunwar Grover
2024-05-28[mlir] Remove dialect specific bufferization passes (#93488)Kunwar Grover
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla
2023-12-15Support for dynamic dimensions in 'tensor.splat' (#74626)Rafael Ubal
2023-10-03[mlir][tensor][bufferize] `tensor.empty` bufferizes to an allocation (#68080)Matthias Springer
2023-06-30[mlir][Affine] Delete duplicate code: `applyMapToValues`Matthias Springer
2023-05-22[mlir][tensor][bufferize] Bufferize tensor.splat opMatthias Springer
2023-02-02[mlir][tensor|memref] Harden the checks on dim opQuentin Colombet
2023-02-01[mlir][tensor][bufferize] Implement getBufferType for CastOpMatthias Springer
2022-12-12[mlir][bufferize] Implement BufferizableOpInterface for tensor.emptyMatthias Springer
2022-12-07[mlir][bufferize] lower allocation alignment from 128 to 64 bytesEmilio Cota
2022-10-27[mlir][tensor][bufferize] Support memory_space for tensor.padMatthias Springer
2022-10-27[mlir][tensor] Fix build: Add missing line break to test caseMatthias Springer
2022-10-27[mlir][tensor][bufferize] Lower tensor.generate to linalg.mapMatthias Springer
2022-09-16Fixes for D133947.Johannes Reifferscheid
2022-09-16Fix bufferization of collapse_shape of subviews with size 1 dims.Johannes Reifferscheid
2022-09-16[mlir] make remaining memref dialect ops produce strided layoutsAlex Zinenko
2022-09-16[mlir] make memref.subview produce strided layoutAlex Zinenko
2022-08-23[tensor][bufferize] Use affine.apply instead of arith.addi in PadOp loweringMatthias Springer
2022-08-22[mlir][tensor][bufferize] Bufferize tensor.padMatthias Springer
2022-07-05[mlir][memref] Improve type inference for rank-reducing subviewsMatthias Springer
2022-07-05[mlir][tensor][bufferize][NFC] Clean up test caseMatthias Springer
2022-06-08[mlir][MemRef] Fix a crash when expanding a scalar shapeBenjamin Kramer
2022-05-09[mlir] Add translation from tensor.reshape to memref.reshapeAshay Rane
2022-04-22Fix CollapsedLayoutMap for dim size 1 caseYi Zhang
2022-04-22[mlir][bufferize][NFC] Use custom walk instead of GreedyPatternRewriterMatthias Springer
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Tensor/Tosa...River Riddle
2022-04-08[mlir][tensor] Fix verifier and bufferization of collapse_shapeMatthias Springer
2022-04-07Reland [GreedPatternRewriter] Preprocess constants while building worklist wh...River Riddle
2022-04-06[mlir][MemRef] Allow transposed layouts in ExpandShapeOp.Nicolas Vasilache
2022-04-01[mlir][tensor][bufferize] Support 0-d collapse_shape with offsetMatthias Springer
2022-04-01Revert "[GreedPatternRewriter] Preprocess constants while building worklist w...Mehdi Amini
2022-03-31[GreedPatternRewriter] Preprocess constants while building worklist when not ...River Riddle
2022-03-31[mlir][tensor] Fix bufferization of CollapseShapeOp / ExpandShapeOpMatthias Springer
2022-03-15[mlir][bufferize] Extract buffer hoisting into separate functionMatthias Springer
2022-02-15[mlir][bufferize] Support tensor.expand_shape and tensor.collapse_shapeMatthias Springer