summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Tensor
AgeCommit message (Expand)Author
2025-11-19[mlir][tensor] Drop unused AffineExpr variable (NFC) (#168651)Longsheng Mou
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
2025-11-12[mlir][tensor] Fix runtime verification for tensor.extract_slice for empty te...Hanumanth
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll
2025-10-30[mlir] Remove unused "using" decls (NFC) (#165652)Kazu Hirata
2025-10-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in SwapExtractSliceWith...Mehdi Amini
2025-10-27[mlir][tensor] Fix runtime verification for `tensor.extract_slice` when size ...Hanumanth
2025-10-13[mlir][linalg] Extend DecomposeOuterUnitDimsPackOpPattern (linalg.pack) (#162...Andrzej Warzyński
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu
2025-09-12[MLIR] Add `InParallelOpInterface` for parallel combining operations (#157736)Alan Li
2025-09-12[mlir][NFC] Correct pattern names to match the behaviors. (#158177)Han-Chung Wang
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-08-19[mlir][tensor][NFC] Refactor common methods for bubbling extract_slice op (#1...Ian Wood
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
2025-07-25[NFC][mlir][mesh,shard] Fixing misnomers in mesh dialect, renaming 'mesh' dia...Frank Schlimbach
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
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-09[mlir][TilingInterface] Allow tile and fuse to work with `ReductionTilingStra...MaheshRavishankar
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-07-02[mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (#144867)Andrei Golubev
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-25[mlir][TilingInterface] Handle multi operand consumer fusion. (#145193)MaheshRavishankar
2025-06-23[mlir][PartialReductionTilingInterface] Add support for `ReductionTilingStrat...MaheshRavishankar
2025-06-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev
2025-06-16[NFC][mlir][tensor] Use `ValueRange` instead of `SmallVector` in `tensor::cre...Fabian Mora
2025-06-08[mlir] Strip away lambdas (NFC) (#143280)Kazu Hirata
2025-06-06[mlir] Ensure newline at the end of files (NFC) (#143155)Kazu Hirata
2025-06-05[mlir] Directly call ShapedType::isDynamic without lambdas (NFC) (#142994)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-28[MLIR] Add bufferization state to `getBufferType` and `resolveConflicts` inte...Michele Scuttari
2025-05-23[MLIR][Linalg] Fix insert_slice fusion with rank reduction (#130961)Thomas Preud'homme
2025-05-23[MLIR] Add bufferization state class to OneShotBufferization pass (#141019)Michele Scuttari
2025-05-22Revert "[MLIR] Add bufferization state class to OneShotBufferization pass" (#...Michele Scuttari
2025-05-22[MLIR] Add bufferization state class to OneShotBufferization pass (#138143)Michele Scuttari
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-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev