aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
5 daysConsider dynamic shapes in verify functionsusers/hsiangkai/winograd-opsHsiangkai Wang2-8/+54
10 daysAdd more tests in Linalg/roundtrip.mlir and Linalg/invalid.mlirHsiangkai Wang2-0/+124
13 daysAddress Max191's commentsHsiangkai Wang1-59/+86
2024-06-24Address ftynse's commentsHsiangkai Wang1-118/+36
2024-06-20[mlir][linalg] Implement Conv2D using Winograd Conv2D algorithmHsiangkai Wang2-0/+261
2024-06-20[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leading / trai...Hugo Trachino1-0/+36
2024-06-20[mlir][ArmSME] Lower extract from 2D scalable create_mask to psel (#96066)Benjamin Maxwell2-1/+86
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 Springer5-57/+110
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen8-95/+189
2024-06-19[mlir][ArmSVE] Add `arm_sve.psel` operation (#95764)Benjamin Maxwell4-0/+88
2024-06-19[mlir][ArmSME] Fold MoveTileSliceToVector + TransferWrite to StoreTileSlice (...Benjamin Maxwell2-0/+56
2024-06-19[mlir][vector] Add `vector.from_elements` op (#95938)Matthias Springer4-0/+131
2024-06-19[mlir][emitc] Refactor ArithToEmitC: perform sign adaptation, type conversion...Corentin Ferry1-0/+7
2024-06-19[mlir][vector] Add tests for xfer-permute-lowering (1/n)(nfc) (#95529)Andrzej WarzyƄski1-6/+83
2024-06-18[Flang]Fix for changed code at the end of AllocaIP. (#92430)Mats Petersson2-5/+7
2024-06-18[mlir][emitc] arith.negf to EmitC conversion (#95372)Tina Jung2-0/+35
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 Drewniak5-26/+153
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu29-424/+546
2024-06-17[mlir][drr] Fix variadic destination emission (#95855)Jacques Pienaar1-0/+15
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][spirv] Remove debug option from the `RUN` command in `vector-deinterle...Angel Zhang1-1/+1
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer17-109/+121
2024-06-17[mlir][sparse] implement lowering rules for IterateOp. (#95286)Peiming Liu1-13/+41
2024-06-17[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)Angel Zhang1-0/+81
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry5-7/+40
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell2-1/+44
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang2-15/+152
2024-06-14[mlir][tosa] Only match rfft2d of floats in linalg conversion (#93432)Kavan Bickerstaff1-0/+9
2024-06-14Revert "[mlir][spirv] Add integration test for `vector.deinterleave`" (#95607)Angel Zhang1-72/+0
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini6-7/+27
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)klensy24-81/+89
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel5-12/+238
2024-06-14[mlir][spirv] Add integration test for `vector.deinterleave` (#95469)Angel Zhang1-0/+72
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-3/+3
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar1-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][spirv] Implement SPIR-V lowering for `vector.deinterleave` (#95313)Angel Zhang1-0/+26
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad2-2/+2
2024-06-13[MLIR][VectorToLLVM] Handle scalable dim in createVectorLengthValue() (#93361)Zhaoshi Zheng1-0/+110
2024-06-13[MLIR][DebugInfo] Set debug info format in MLIR->IR translation (#95329)Stephen Tozer2-11/+32