summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Tensor
AgeCommit message (Expand)Author
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll
2025-10-17[mlir][bufferize] Make drop-equivalent-buffer-results support mult blocks (#1...lonely eagle
2025-10-14[mlir][bufferize] Make drop-equivalent-buffer-results only support functions ...lonely eagle
2025-10-13[MLIR][Transform] FuseOp: accept transform params, add use_forall argument (#...Tuomas Kärnä
2025-07-25[NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dia...Frank Schlimbach
2025-07-24[mlir][linalg] Take artificial padding into account for pack/unpack folding. ...Han-Chung Wang
2025-07-02[mlir][tensor] Fold identity `reshape` of 0d-tensors (#146375)Markus Böck
2025-07-01feat(linalg): add a way to pass controlFn to `foldIntoPackUnpackPatterns` (#1...Ege Beysel
2025-07-01[mlir][memref] Add a new `ReifyResultShapes` pass (#145927)Nicolas Vasilache
2025-06-30[mlir][tensor] Relax input type requirement on `tensor.splat` (#145893)Markus Böck
2025-06-26[mlir][tensor][memref] Enhance collapse(expand(src)) canonicalization pattern...Han-Chung Wang
2025-06-26[mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface (#145867)Nicolas Vasilache
2025-06-18[mlir][vector] Support complete folding in single pass for vector.insert/vect...Yang Bai
2025-06-12[mlir] Reapply "Loosen restrictions on folding dynamic reshapes" (#142827)Ian Wood
2025-06-11[mlir] Fix ComposeExpandOfCollapseOp for dynamic case (#142663)Ian Wood
2025-06-05[mlir][tensor] remove tensor.insert constant folding out of canonicalization ...asraa
2025-06-03Revert "[mlir][tensor] Loosen restrictions on folding dynamic reshapes" (#142...Ian Wood
2025-06-03[mlir][tensor] add tensor insert/extract op folders (#142458)asraa
2025-06-03[mlir][tensor] Loosen restrictions on folding dynamic reshapes (#137963)Artem Gindinson
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-16[mlir][tensor] Add shape inference support for `tensor.concat` op. (#140168)Aaron St George
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-06[mlir][bufferization] Let bufferization.tensor_layout be any layout attr (#13...Krzysztof Drewniak
2025-04-15[mlir][Tensor] Generalize the pattern to swap `tensor.collapse_shape` -> `ten...MaheshRavishankar
2025-04-11[MLIR][Tensor] Remove tensor.dim canonicalization patterns registered on tens...Vivek Khandelwal
2025-04-09[mlir][IR] Improve error message when parsing incorrect type (#134984)Matthias Springer
2025-04-02[MLIR] Bubble up tensor.extract_slice through tensor.collapse_shape (#131982)ofri frishman
2025-03-26[mlir][mesh] fixes for 0d tensors (#132948)Frank Schlimbach
2025-03-24[mlir][tensor] Fix slice canonicalizer for out-of-bounds cases (#132534)Matthias Springer
2025-03-12[mlir][tensor] Fix bufferization interface for 'tensor.reshape' (#128590)Christopher Bate
2025-03-12[mlir][Tensor] Check for out-of-bounds slice in `insert/extract_slice` verifi...Matthias Springer
2025-03-11[mlir] Add special case for 0-D tensor when fusing expand from collapse (#130...Evan Liu
2025-03-06[mlir][mesh, mpi] More on MeshToMPI (#129048)Frank Schlimbach
2025-03-03[MLIR] Add pattern to bubble up tensor.extract_slice (#126898)ofri frishman
2025-02-28[MLIR][Tensor] Enhance bufferization of tensor.expand_shape op (#128871)Arnab Dutta
2025-02-17[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)Andrzej Warzyński
2025-01-29[mlir][IntRangeInference] Infer values for {memref,tensor}.dim (#122945)Krzysztof Drewniak
2025-01-27[mlir][Tensor] Rework `ReifyRankedShapedTypeInterface` implementation for `te...MaheshRavishankar
2025-01-27Make index computation used divsi/remsi (#124390)MaheshRavishankar
2025-01-24[mlir][arith][tensor] Disable index type for bitcast (#121455)Jianjian Guan
2025-01-13[mlir][ValueBounds] memref.dim and tensor.dim are always positive (#122804)Krzysztof Drewniak
2025-01-09[mlir][GPU] Implement ValueBoundsOpInterface for GPU ID operations (#122190)Krzysztof Drewniak
2025-01-03[mlir][tensor] Introduce `FoldTensorCastUnPackOp` (#121393)Andrzej Warzyński
2024-12-16[mlir] Fix crash when folding tensor.dim(tensor.collapse()) on out-of-bound d...Mehdi Amini
2024-12-04[mlir] Improve error message when number of operands and types differ (#118488)Markus Böck
2024-12-02[MLIR] Improve compose expand(collapse) pattern (#117768)Ian Wood
2024-12-02[mlir][tensor] Add test for invalid tensor.unpack + update error msg (#118275)Andrzej Warzyński
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate