aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Dialect
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[MLIR] Add continuous tiling to transform dialect (#82792)muneebkhan853-1/+281
2024-06-21[mlir][vector] Use notifyMatchFailure instead of assert in VectorLinearize (#...Artem Kroviakov1-0/+32
2024-06-21[mlir][vector] Support scalable vectors when unrolling vector.bitcast (#94197)Benjamin Maxwell1-1/+33
2024-06-21Introduce new Unroll And Jam loop transform for SCF/Affine loops (#94142)Aviad Cohen2-0/+314
2024-06-21[mlir][vector] Add ElementwiseToOuterproduct (#93664)Hugo Trachino1-0/+38
2024-06-21[mlir][vector] Refactor vector-transfer-flatten.mlir (nfc) (2/n) (#95744)Andrzej Warzyński1-72/+44
2024-06-21[mlir][vector] Refactor vector-transfer-flatten.mlir (nfc) (1/n) (#95743)Andrzej Warzyński1-108/+241
2024-06-21[mlir][vector] Update tests for collapse 4/n (nfc) (#96214)Andrzej Warzyński1-25/+46
2024-06-20[mlir][sparse] expose emit strategy option to mini pipeline (#96238)Peiming Liu1-0/+1
2024-06-20[mlir][vector] Update tests for collapse 3/n (nfc) (#94906)Andrzej Warzyński1-39/+63
2024-06-20[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leading / trai...Hugo Trachino1-0/+36
2024-06-20[mlir][vector] Disable Gather1DToConditionalLoads for scalable vectors (#96049)Cullen Rhodes1-0/+10
2024-06-20[mlir][linalg] Fix numerical issue with softmax (#96090)Prashant Kumar1-1/+1
2024-06-19Reimplementing target description concept using DLTI attribute (#92138)Niranjan Hasabnis3-1/+193
2024-06-19[mlir][Conversion] Generalize and fix crash in `reconcile-unrealized-casts` (...Matthias Springer2-4/+4
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen1-4/+3
2024-06-19[mlir][ArmSVE] Add `arm_sve.psel` operation (#95764)Benjamin Maxwell3-0/+69
2024-06-19[mlir][vector] Add `vector.from_elements` op (#95938)Matthias Springer3-0/+100
2024-06-19[mlir][vector] Add tests for xfer-permute-lowering (1/n)(nfc) (#95529)Andrzej Warzyński1-6/+83
2024-06-18[mlir][vector] Fix crash when folding 0D extract from splat/broadcast (#95918)Matthias Springer1-0/+38
2024-06-18[MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewriteP...Hugo Trachino1-0/+17
2024-06-18[mlir][vector] Fix crash in `vector.extract` folder (#95912)Matthias Springer1-0/+11
2024-06-18[mlir][linalg] Add pattern to bubble-up pack through expand shape op (#93529)Adam Siemieniuk1-0/+260
2024-06-17[mlir][GPU] Improve handling of GPU bounds (#95166)Krzysztof Drewniak3-17/+138
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu28-424/+467
2024-06-17Reapply "[mlir][sparse] implement lowering rules for IterateOp." (#95836)Peiming Liu1-13/+41
2024-06-17Revert "[mlir][sparse] implement lowering rules for IterateOp." (#95826)Peiming Liu1-41/+13
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer2-12/+12
2024-06-17[mlir][sparse] implement lowering rules for IterateOp. (#95286)Peiming Liu1-13/+41
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry4-7/+28
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell1-1/+29
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang2-15/+152
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini1-1/+1
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu1-0/+18
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy13-23/+23
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel5-12/+238
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-3/+3
2024-06-14[mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable uti...Aviad Cohen2-13/+17
2024-06-13[mlir][mesh] Fix wrong argument passed to targetShardingInUnsplitLastAxis (#9...Arda Unal2-0/+48
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman1-0/+13
2024-06-13[Tosa] Disable tosa folder for non-int/float/index types (#71757)Tai Ly1-9/+239
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang2-152/+15
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang2-15/+152
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu2-17/+39
2024-06-12[mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (#94904)Andrzej Warzyński1-7/+17
2024-06-12[mlir][memref] Add memref alias folders for expand/collapse_shape for vector ...Kunwar Grover1-12/+160
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino1-0/+46
2024-06-12[mlir][vector] Update tests for collapse 2/n (nfc) (#94604)Andrzej Warzyński1-32/+104
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht2-9/+17
2024-06-11[mlir][sparse] expose optimization flags to mini pipeline (#95158)Aart Bik1-0/+43