aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-23[OpenMP][LLVM] Clone `omp.private` op in the parent module (#96024)Kareem Ergawy1-0/+44
2024-06-23[mlir][GPUToNVVM] Fix memref function args/results (#96392)Matthias Springer1-4/+25
2024-06-23[mlir][NVVM] Disallow results on kernel functions (#96399)Matthias Springer1-0/+7
2024-06-21Revert "[mlir][spirv] Add a generic `convert-to-spirv` pass" (#96332)Angel Zhang7-838/+0
2024-06-21[mlir][spirv] Add a generic `convert-to-spirv` pass (#95942)Angel Zhang7-0/+838
2024-06-21[MLIR] Add continuous tiling to transform dialect (#82792)muneebkhan854-3/+283
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] load dialects for non-namespaced attrs (#96242)Mehdi Amini5-3/+30
2024-06-21[mlir][LLVMIR][OpenMP] fix dominance for reduction init block (#96052)Tom Eccles2-1/+120
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] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert2-4/+23
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