aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor
AgeCommit message (Expand)AuthorFilesLines
5 days[mlir][tensor] Guard constant reshape folding (#179077)Samarth Narang1-0/+10
8 days[mlir][tensor] Emit diagnostics for unranked tensor reshape ops instead of as...Samarth Narang1-3/+6
12 days[mlir][tensor] Fix return type for ExtractSlice canonicalizer (#178118)Ian Wood1-2/+18
12 days[mlir] Apply clang-tidy check llvm-use-vector-utils. NFC. (#178526)Jakub Kuderski2-20/+22
2026-01-27[mlir][shard, bufferization] Adding sharding extensions for bufferization ops...Frank Schlimbach1-2/+2
2026-01-19[mlir][tensor] Preserve encoding when folding empty (#176427)Lukas Sommer1-2/+5
2026-01-18[mlir][memref] Add a `ViewOp::getMixedSizes` (#176561)Longsheng Mou1-4/+4
2026-01-16Add missing newlines at EOF; NFC (#176192)Sven van Haastregt1-1/+1
2026-01-14[mlir][Tensor] Add rank-reducing slice in generatedSlices (#174248)Bangtian Liu1-0/+1
2026-01-13[mlir] Compose expand of collapse to cast (#172864)Maya Amrami1-1/+1
2026-01-12 [mlir][Utils] Add VerificationUtils (NFC) (#174336)Nick Kreeger1-13/+8
2025-12-31[mlir][tensor] Preserve encoding in `CollapseShapeOp::build` (#173720)Longsheng Mou1-5/+6
2025-12-30[MLIR] Fix mlir-opt crash in ReshapeOpsUtils.cpp when collapse_shape index is...Arjun Parmar1-0/+5
2025-12-30Reland "[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and Colla...Zhewen Yu1-0/+36
2025-12-24Revert "[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and Colla...Emilio Cota1-36/+0
2025-12-24[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and CollapseShape...Zhewen Yu1-0/+36
2025-12-02[mlir][tensor] Fix bug in `ConcatOpInterface` (#168676)Longsheng Mou1-41/+15
2025-11-26[mlir][tensor] Add new builders for insert_slice/extract_slice Ops (nfc) (#16...Andrzej Warzyński1-0/+25
2025-11-25[MLIR][tensor] Simplify ExtractSliceOp::inferResultType (nfc) (#169313)Andrzej Warzyński2-28/+22
2025-11-19[mlir][tensor] Drop unused AffineExpr variable (NFC) (#168651)Longsheng Mou1-2/+2
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski1-3/+1
2025-11-12[mlir][tensor] Fix runtime verification for tensor.extract_slice for empty te...Hanumanth1-33/+52
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar1-0/+3
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski1-1/+1
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll1-0/+2
2025-10-30[mlir] Remove unused "using" decls (NFC) (#165652)Kazu Hirata1-4/+0
2025-10-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in SwapExtractSliceWith...Mehdi Amini1-1/+1
2025-10-27[mlir][tensor] Fix runtime verification for `tensor.extract_slice` when size ...Hanumanth1-2/+28
2025-10-13[mlir][linalg] Extend DecomposeOuterUnitDimsPackOpPattern (linalg.pack) (#162...Andrzej Warzyński1-0/+1
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu1-21/+26
2025-09-12[MLIR] Add `InParallelOpInterface` for parallel combining operations (#157736)Alan Li3-16/+27
2025-09-12[mlir][NFC] Correct pattern names to match the behaviors. (#158177)Han-Chung Wang1-4/+4
2025-08-31[mlir] Fix warningsKazu Hirata1-15/+0
2025-08-31[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TensorOps.cpp ...Mehdi Amini1-4/+5
2025-08-19[mlir][tensor][NFC] Refactor common methods for bubbling extract_slice op (#1...Ian Wood1-299/+269
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental3-12/+9
2025-07-25[NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dia...Frank Schlimbach3-24/+24
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata1-1/+0
2025-07-23[mlir][NFC] update `mlir/Dialect` create APIs (23/n) (#149930)Maksim Levental15-202/+209
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata14-28/+0
2025-07-09[mlir][TilingInterface] Allow tile and fuse to work with `ReductionTilingStra...MaheshRavishankar1-0/+17
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski2-5/+5
2025-07-02[mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (#144867)Andrei Golubev1-24/+28
2025-07-02[mlir][tensor] Fold identity `reshape` of 0d-tensors (#146375)Markus Böck1-3/+3
2025-06-26[bazel] Fixes for e5a8c51c9dc85a7b463a4570942e3e5e1cb70e0bBenjamin Kramer1-1/+0
2025-06-26[mlir][tensor] Make tensor::PadOp a ReifyRankedShapedTypeOpInterface (#145867)Nicolas Vasilache1-0/+24
2025-06-25[mlir][TilingInterface] Handle multi operand consumer fusion. (#145193)MaheshRavishankar1-10/+47
2025-06-23[mlir][PartialReductionTilingInterface] Add support for `ReductionTilingStrat...MaheshRavishankar1-7/+7
2025-06-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev1-6/+8
2025-06-16[NFC][mlir][tensor] Use `ValueRange` instead of `SmallVector` in `tensor::cre...Fabian Mora1-2/+1