summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Vector/vector-transforms.mlir
AgeCommit message (Expand)Author
2024-11-18[MLIR] Fix `BubbleDownVectorBitCastForExtract` crash on non-static index (#11...lialan
2024-10-01[mlir][vector] Add a new TD Op for patterns leveraging ShapeCastOp (#110525)Andrzej WarzyƄski
2024-02-28[mlir][Vector] Support vector.insert in bubbling bitcast patterns (#82843)Diego Caballero
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes
2023-09-22[mlir][Vector] Add support for Value indices to vector.extract/insertDiego Caballero
2023-08-22[mlir][vector] Enable CastAwayElementwiseLeadingOneDim for scalable vecAndrzej Warzynski
2023-08-22[mlir][vector] Add support for scalable vectors in `trimLeadingOneDims`Andrzej Warzynski
2023-03-29[mlir][Vector] Remove lhs and rhs masks from vector.contractDiego Caballero
2023-01-29[mlir] skip 0-D vector in BubbleUpBitCastForStridedSliceInsertXiang Li
2022-11-10[mlir][vector] Add insertOp src shape check for BubbleUpBitCastForStridedSlic...stanley-nod
2022-10-23[mlir] Refactor alias generation to support nested aliasesRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Tensor/Tosa...River Riddle
2022-02-10[mlir][vector] Add pattern to drop lead unit dim for Contraction OpNirvedh
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2021-11-19[mlir][vector] Remove usage of shapecast to remove unit dimThomas Raoux
2021-11-11[mlir][X86Vector] Add specialized vector.transpose lowering patterns for AVX2Nicolas Vasilache
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-12[mlir][vector] Add folder for no-op InsertStridedSliceOpLei Zhang
2021-10-12[mlir][Linalg] NFC - Refactor vector.broadcast op verification logic and make...Nicolas Vasilache
2021-07-07[mlir][vector] Refactor Vector Unrolling and remove Tuple opsthomasraoux
2021-05-07[mlir][vector] Extend pattern to trim lead unit dimension to Splat Opthomasraoux
2021-05-07[mlir][vector] add pattern to cast away leading unit dim for elementwise opthomasraoux
2021-05-06[mlir][vector] add pattern to cast away lead unit dimension for broadcast opthomasraoux
2021-03-31[mlir] Change vector.transfer_read/write "masked" attribute to "in_bounds".Matthias Springer
2021-03-19[testsuite] Make testsuite more stable vs canonicalization change. NFC.Chris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-03-15Revert "[Canonicalizer] Process regions top-down instead of bottom up & reuse...Alex Zinenko
2021-03-14[Canonicalizer] Process regions top-down instead of bottom up & reuse existin...Chris Lattner
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-02-12Add a "kind" attribute to ContractionOp and OuterProductOp.Praveen Narayanan
2021-02-05[mlir][vector] Add pattern to shuffle bitcast opsLei Zhang
2021-02-05[mlir][vector] Add patterns to cast away leading 1-dimLei Zhang
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle
2021-01-08[mlir][vector] generalized masked l/s and compressed l/s with indicesAart Bik
2021-01-06[mlir][vector] Support unrolling for transfer ops using tensorsThomas Raoux
2020-12-21[mlir][vector] Extend vector unroll to all element-wise opsThomas Raoux
2020-11-09[mlir][AsmPrinter] Refactor printing to only print aliases for attributes/typ...River Riddle
2020-07-10[mlir][Vector] Add folding for vector.transfer opsNicolas Vasilache
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-07-06[mlir][Vector] Add a VectorUnrollInterface and expose UnrollVectorPattern.Nicolas Vasilache
2020-05-18[mlir][Vector] Make minor identity permutation map optional in transfer op pr...Nicolas Vasilache
2020-04-08[MLIR][Vector] Update ShapeCastOp folder to use producer-consumer value forwa...Andy Davis
2020-03-31[MLIR][Vector] Add support for TupleGetOp folding through InsertSlicesOp and ...Andy Davis
2020-03-17[mlir][NFC] Renamed VectorOps to VectorRob Suderman