summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
AgeCommit message (Expand)Author
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
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-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-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-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-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-02[mlir][tensor] Add test for invalid tensor.unpack + update error msg (#118275)Andrzej Warzyński
2024-11-13[mlir][Tensor] Move concat operation decomposition as a method of the concat ...MaheshRavishankar
2024-11-12[mlir][Tensor] Retain discardable attrs in pack(cast) folder (#115772)Quinn Dawkins
2024-11-06[MLIR][Tensor] Fix out-of-bounds FoldEmptyTensorWithDimOp crash (#112196)brod4910
2024-11-06[mlir][tensor] Fix a crash in `ExtractOp::fold` (#115001)Longsheng Mou
2024-11-05[mlir] Fix a warningKazu Hirata
2024-11-05[mlir][tensor] Improve `FoldTensorCastProducerOp` (dynamic shapes) (#114559)Andrzej Warzyński
2024-10-24[mlir] Convert `expand_shape` to more static form (#112265)Ian Wood
2024-10-22[mlir][tensor] Restrict the verifier for tensor.pack/tensor.unpack (#113108)Andrzej Warzyński
2024-10-09[MLIR][Tensor] Perform shape inference via in-place modification (NFC) (#111593)Mehdi Amini