summaryrefslogtreecommitdiffstats
path: root/mlir/test/Dialect/Vector/invalid.mlir
Commit message (Expand)AuthorAgeFilesLines
* [vector][mlir] Restrict vector.shuffle to fixed-width vectors (#88733)Andrzej Warzyński2024-04-161-0/+7
* [mlir][vector] Extend vector.{insert|extract}_strided_slice (#79052)Andrzej Warzyński2024-01-251-0/+24
* [mlir] Remove duplicate testAndrzej Warzynski2024-01-221-7/+0
* [mlir][vector] Add 2 invalid tests for vector.xfer Ops (#78608)Andrzej Warzyński2024-01-191-2/+18
* [mlir][vector][nfc] Move tests for scalable outer-product (#76035)Andrzej Warzyński2023-12-201-0/+24
* [mlir][vector] Fix crash on invalid `permutation_map` (#74925)Rik Huijzer2023-12-111-0/+22
* [mlir][VectorOps] Support string literals in `vector.print` (#68695)Benjamin Maxwell2023-10-241-0/+16
* [mlir][ODS] Add `OptionalTypesMatchWith` and remove a custom assemblyFormat (...Benjamin Maxwell2023-10-191-1/+1
* [mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes2023-09-281-6/+6
* [mlir][Vector] Add support for Value indices to vector.extract/insertDiego Caballero2023-09-221-1/+1
* [mlir][VectorOps] Extend vector.constant_mask to support 'all true' scalable ...Benjamin Maxwell2023-09-201-1/+1
* [mlir][vector] Enable distribution over multiple dimensionsLei Zhang2023-08-161-1/+12
* [mlir][vector] Use DenseI64ArrayAttr for ExtractOp/InsertOp positionsMatthias Springer2023-07-311-1/+1
* [mlir][vector] Refine diagnostic messagesAndrzej Warzynski2023-07-121-6/+6
* [mlir][Vector] Add support for 0-D vectors to vector.insert/extractDiego Caballero2023-07-111-1/+22
* [mlir][Vector] Add folding for masked reductions and vector.maskDiego Caballero2023-02-221-7/+0
* [mlir][vector] add proper verification to vector.print operationAart Bik2023-02-061-0/+8
* [mlir][vector] Clarify vector.contract promotion behaviorLei Zhang2023-01-311-0/+11
* [mlir][vector] Disallow vector.fma over vectors of integersJakub Kuderski2023-01-131-0/+7
* [mlir][vector] Add vector.scalable.insert/extract opsJavier Setoain2022-11-081-0/+13
* [mlir][Vector] Introduce 'vector.mask' operation and MaskableOpInterfaceDiego Caballero2022-10-101-2/+48
* [mlir][vector] Remove ExtractMap/InsertMap operationsThomas Raoux2022-09-161-42/+0
* [mlir] Change CombiningKind in Vector dialect to EnumAttr.Oleg Shyshkov2022-09-071-1/+2
* [mlir][Vector] Support 0-D vectors in ShuffleOpNicolas Vasilache2022-08-291-0/+7
* [mlir][Vector] Support 0-D vectors in TransposeOpNicolas Vasilache2022-08-261-0/+14
* Reland "[MLIR]Extend vector.gather to support n-D result"Che-Yu Wu2022-08-241-1/+1
* Revert "[MLIR]Extend vector.gather to support n-D result"Mehdi Amini2022-08-231-1/+1
* [MLIR]Extend vector.gather to support n-D resultChe-Yu Wu2022-08-231-1/+1
* [mlir][vector] Add accumulator operand to MultiDimReduce opThomas Raoux2022-07-121-3/+3
* CombineContractBroadcast should not create dims unused in LHS+RHSBenoit Jacob2022-07-041-1/+1
* Useful error when input dim is unused by LHS/RHS.Benoit Jacob2022-06-301-0/+15
* [mlir][Vector] Fix reordering of floating point adds during lower of `vector....Mahesh Ravishankar2022-06-281-21/+0
* [mlir][NFC] Update textual references of `func` to `func.func` in Tensor/Tosa...River Riddle2022-04-201-182/+182
* [mlir][Vector] Add check of supported reduction kind for ScanOp.jacquesguan2022-04-201-0/+9
* [mlir][vector] Add operations used for Vector distributionThomas Raoux2022-04-151-0/+75
* [mlir][Vector] Enable create_mask for scalable vectorsJavier Setoain2022-03-251-0/+7
* [mlir][Vector] Add return type inference for multi_reductionBenjamin Kramer2022-02-181-0/+7
* [mlir][Vector] Switch ExtractOp to the declarative assembly formatBenjamin Kramer2022-02-181-1/+1
* [mlir][Vector] Switch ShuffleOp to the declarative assembly formatBenjamin Kramer2022-02-181-1/+1
* [mlir][vector][NFC] Use CombiningKindAttr instead of StringAttrMatthias Springer2022-02-101-9/+9
* [mlir] Split std.splat into tensor.splat and vector.splatRiver Riddle2022-02-021-11/+19
* Add vector.scan opharsh2022-01-281-0/+26
* [mlir][Vector] Support 0-D vectors in `CreateMaskOp`Nicolas Vasilache2021-12-121-0/+18
* Change the printing/parsing behavior for Attributes used in declarative assem...Mehdi Amini2021-12-081-2/+2
* [mlir][Vector] Support 0-D vectors in `ConstantMaskOp`Michal Terepeta2021-12-061-0/+14
* [mlir][Vector] Support 0-D vectors in `BitCastOp`Michal Terepeta2021-12-031-0/+14
* [mlir][Vector] Add some missing tests for `broadcast` and `splat`Michal Terepeta2021-12-031-1/+8
* [mlir][Vector] Thread 0-d vectors through vector.transfer opsNicolas Vasilache2021-12-011-12/+0
* [mlir][Vector] Thread 0-d vectors through InsertElementOp.Nicolas Vasilache2021-11-231-2/+18
* [mlir][Vector] Thread 0-d vectors through ExtractElementOp.Nicolas Vasilache2021-11-231-1/+17