summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor/IR
AgeCommit message (Expand)Author
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-10-30[mlir] Remove unused "using" decls (NFC) (#165652)Kazu Hirata
2025-10-13[mlir][linalg] Extend DecomposeOuterUnitDimsPackOpPattern (linalg.pack) (#162...Andrzej Warzyński
2025-09-12[MLIR] Add `InParallelOpInterface` for parallel combining operations (#157736)Alan Li
2025-08-31[mlir] Fix warningsKazu Hirata
2025-08-31[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TensorOps.cpp ...Mehdi Amini
2025-07-23[mlir][NFC] update `mlir/Dialect` create APIs (23/n) (#149930)Maksim Levental
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-07-02[mlir][tensor] Fold identity `reshape` of 0d-tensors (#146375)Markus Böck
2025-06-26[bazel] Fixes for e5a8c51c9dc85a7b463a4570942e3e5e1cb70e0bBenjamin Kramer
2025-06-26[mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface (#145867)Nicolas Vasilache
2025-06-23[mlir][PartialReductionTilingInterface] Add support for `ReductionTilingStrat...MaheshRavishankar
2025-06-08[mlir] Strip away lambdas (NFC) (#143280)Kazu Hirata
2025-06-05[mlir][tensor] remove tensor.insert constant folding out of canonicalization ...asraa
2025-06-05[mlir][tensor] Add runtime verification for `cast`/`dim`/`extract`/`insert`/`...Matthias Springer
2025-06-03[mlir] Fix a warningKazu Hirata
2025-06-03[mlir][tensor] add tensor insert/extract op folders (#142458)asraa
2025-05-20[mlir][NFC] Simplify constant checks with isOneInteger and renamed isZeroInte...Han-Chung Wang
2025-05-19[mlir][tensor][NFC] Code cleanup around shape inference support for `tensor.c...Aaron St George
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-13[mlir] Use llvm::binary_search (NFC) (#139760)Kazu Hirata
2025-05-05[mlir] Remove unused local variables (NFC) (#138481)Kazu Hirata
2025-04-18[mlir] Add optimization to bubbleUpPadSlice pattern for no pad case (#135859)Nirvedh Meshram
2025-04-11[MLIR][Tensor] Remove tensor.dim canonicalization patterns registered on tens...Vivek Khandelwal
2025-03-31[mlir][memref] Verify out-of-bounds access for memref.subview (#133086)Matthias Springer
2025-03-25Revert "[mlir][memref] Verify out-of-bounds access for `memref.subview`" (#13...Karlo Basioli
2025-03-25[mlir][memref] Verify out-of-bounds access for `memref.subview` (#131876)Matthias Springer
2025-03-24[mlir][tensor] Fix slice canonicalizer for out-of-bounds cases (#132534)Matthias Springer
2025-03-19[mlir][tensor][NFC] Remove dead code `tensor.extract_slice` canonicalization ...Matthias Springer
2025-03-12[mlir][Tensor] Check for out-of-bounds slice in `insert/extract_slice` verifi...Matthias Springer
2025-02-25[mlir][linalg] Create a dedicated target for `LinalgRelayoutInterface` (#128485)Andrzej Warzyński
2025-02-18[mlir][tensor] Remove unnecessary include.Christian Sigg
2025-02-18[mlir][bazel] Port https://github.com/llvm/llvm-project/commit/517800e37e8d3a...Christian Sigg
2025-02-17[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)Andrzej Warzyński
2025-02-12[mlir][tensor] Make useful Tensor utilities public (#126802)Andrzej Warzyński
2025-02-06[mlir][tensor] Introduce `TensorRelayoutOpInterface` (#125823)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-13[mlir][ValueBounds] memref.dim and tensor.dim are always positive (#122804)Krzysztof Drewniak
2025-01-03[mlir][tensor] Introduce `FoldTensorCastUnPackOp` (#121393)Andrzej Warzyński
2024-12-20[Tensor] Migrate away from PointerUnion::{is,get} (NFC) (#120679)Kazu Hirata
2024-12-16[mlir] Fix crash when folding tensor.dim(tensor.collapse()) on out-of-bound d...Mehdi Amini
2024-12-12[mlir][tensor] fix typo in pad tiling commentNirvedh
2024-12-12[mlir][tensor] fix typo in pad tiling commentNirvedh
2024-12-12NfC fix comment in #119039 (#119727)Nirvedh Meshram