summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-06-03[mlir][tensor] add tensor insert/extract op folders (#142458)asraa
2025-02-17[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)Andrzej Warzyński
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-08-14[mlir] Add bubbling patterns for non intersecting reshapes (#103401)Ian Wood
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2023-12-30[mlir][tensor] Centralize pack/unpack related patterns. (#76603)Han-Chung Wang
2023-09-26Reapply "[mlir][transform] Improve error message of tracking listener. (#66987)"Ingo Müller
2023-09-25Revert "[mlir][transform] Improve error message of tracking listener. (#66987)"Vitaly Buka
2023-09-25[mlir][transform] Improve error message of tracking listener. (#66987)Ingo Müller
2023-07-05[MLIR] Fix compiler warnings (NFC)Lorenzo Chelini
2023-06-09[mlir][tensor] Add option to fold only tensor.empty with a single useMatthias Springer
2023-06-09[mlir][transform] TrackingListener: Distinguish between failure and "should b...Matthias Springer
2023-06-02[mlir][transform] Utilize op interface instead of tensor::TrackingListenerMatthias Springer
2023-06-01[mlir][tensor] Add pattern to drop redundant insert_slice rank expansionMatthias Springer
2023-05-25[mlir][tensor] TrackingListener: Find replacement ops through cast-like Inser...Matthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-13[mlir][Tensor] Drop SplitPaddingPatterns.Nicolas Vasilache
2023-03-10[mlir][NFC] reifyResultShapes: Add extra error checkingMatthias Springer
2023-03-06[mlir][Interfaces] ReifyRankedShapedTypeOpInterface returns OpFoldResultsMatthias Springer
2023-02-17[mlir][scf] Rename ForeachThreadOp->ForallOp, PerformConcurrentlyOp->InParall...Alexander Belyaev
2023-02-17[mlir] Add loop bounds to scf.foreach_thread.Alexander Belyaev
2023-01-12[MLIR][Tensor] Add canonicalization patterns for `tensor.pack`Lorenzo Chelini
2023-01-11[mlir][tensor] Add patterns that fold ops into pack and unpack ops.Hanhan Wang
2022-12-07[mlir] Make patterns for folding tensor.empty optional.Alexander Belyaev
2022-12-05[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shapeMatthias Springer
2022-12-02Revert "[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_s...Matthias Springer
2022-12-02[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shapeMatthias Springer
2022-12-01[mlir] Change scf::LoopNest to store 'results'.Christian Sigg
2022-11-11[mlir] Introduce device mapper attribute for `thread_dim_map` and `mapped to ...Guray Ozen
2022-10-22[mlir][tensor] ExtractSliceFromReshape: handle collapsing of unit dim edge casesChristopher Bate
2022-10-04[mlir][tensor][NFC] Rename linalg.init_tensor to tensor.emptyMatthias Springer
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-20[mlir][tensor] Merge consecutive insert_slice/extract_slice opsLei Zhang
2022-09-19[mlir][Tensor] Fix ExtractSliceFromReshape transform edge caseChristopher Bate
2022-09-08[mlir][Tensor] Add rewrites to extract slices through `tensor.collape_shape`Christopher Bate
2022-09-02Revert "[mlir][Tensor] Add rewrites to extract slices through `tensor.collape...Mehdi Amini
2022-09-02[mlir][Tensor] Add rewrites to extract slices through `tensor.collape_shape`Christopher Bate
2022-06-28[mlir] Update flipped accessors (NFC)Jacques Pienaar
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-03-07Apply clang-tidy fixes for readability-simplify-boolean-expr to MLIR (NFC)Mehdi Amini
2022-02-28[mlir] Match Arithmetic::ConstantOp and Tensor::ExtractSliceOp.Okwan Kwon
2022-02-28Revert "[mlir] Fold Arithmetic::ConstantOp and Tensor::ExtractSliceOp."Okwan Kwon
2022-02-28[mlir] Fold Arithmetic::ConstantOp and Tensor::ExtractSliceOp.Okwan Kwon
2022-02-16[mlir][tensor] Add a pattern to split tensor.pad opsLei Zhang