aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2023-12-06[mlir][benchmark] Fix broken benchmark script (#68841)Kohei Yamaguchi1-5/+4
2023-12-06[mlir] Fix a zero stride canonicalizer crash (#74200)Rik Huijzer5-25/+78
2023-12-06[mlir][SCF] Fix invalid IR in `ParallelOpSingleOrZeroIterationDimsFolder` pat...Matthias Springer1-0/+2
2023-12-06[mlir][vector] Fix invalid IR in `vector.print` lowering (#74410)Matthias Springer1-6/+8
2023-12-06[mlir][bufferization] Fix invalid IR in `SimplifyClones` canonicalization (#7...Matthias Springer1-2/+4
2023-12-06[mlir][shape] Turn `ShapeOfOp` folding into canonicalization pattern (#74438)Matthias Springer3-10/+37
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee15-17/+322
2023-12-05[MLIR][LLVM] Fix CallOp asm parser for attr-dict (#74372)Billy Zhu3-7/+17
2023-12-05[mlir][gpu] Add lowering dynamic_shared_memory op for rocdl (#74473)Guray Ozen2-0/+19
2023-12-05[tosa] Fix crash in shape inference for `tosa.transpose` (#74367)Felix Schneider2-8/+15
2023-12-05[mlir][sparse] minor refactoring of sparsification file (#74403)Aart Bik1-38/+19
2023-12-05[mlir][nfc] Add missing comment in a testAndrzej Warzynski1-0/+3
2023-12-05[mlir][llvm] Fix verifier for const int and dense (#74340)Rik Huijzer2-0/+26
2023-12-05[mlir][llvm] Add llvm.target_features features attribute (#71510)Benjamin Maxwell8-1/+180
2023-12-05[MLIR] Add support for frame pointers in MLIR (#72145)Radu Salavat8-2/+69
2023-12-05[MLIR][LLVM] Translate Debug EmissionKind (#74376)Billy Zhu2-1/+24
2023-12-05[mlir][IR] Make verifyDominanceOfContainedRegions iterative (#74428)Hideto Ueno1-28/+28
2023-12-05[mlir][Vector] Update patterns for flattening vector.xfer Ops (2/N) (#73523)Andrzej Warzyński4-11/+129
2023-12-05[mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang2-27/+293
2023-12-05[mlir][bufferization] Fix op dominance bug in rewrite pattern (#74159)Matthias Springer1-24/+31
2023-12-05[mlir][Complex] Fix bug in `MergeComplexBitcast` (#74271)Matthias Springer2-20/+13
2023-12-04[mlir][mesh] Fix build breakage (#74362)Krzysztof Parzyszek1-0/+1
2023-12-04[mlir][llvm] Fix attribute printer warning (NFC)(#74351)Tobias Gysi1-5/+4
2023-12-04[MLIR][NVVM]: Add cp.async.mbarrier.arrive Op (#74241)Durga3-0/+75
2023-12-04[mlir][mesh] Add TableGen deffinitions of more collective ops (#73842)Boian Petkantchin3-0/+409
2023-12-04[mlir][ArmSME] Remove ArmSMETypeConverter (and configure LLVM one instead) (#...Benjamin Maxwell8-39/+69
2023-12-04[mlir][vector] Make `TransposeOpLowering` configurable (#73915)Andrzej Warzyński2-16/+28
2023-12-04Remove unused includes. NFC.Benjamin Kramer1-3/+0
2023-12-04[mlir][nvvm] Introduce `nvvm.fence.proxy` (#74057)Guray Ozen4-0/+90
2023-12-04[mlir][nvgpu] Add address space attribute converter in nvgpu-to-nvvm pass (#...Guray Ozen3-0/+44
2023-12-04[mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (#73367)Justin Wilson18-27/+379
2023-12-04[mlir][LLVIR] Apply ClangTidy finding.Adrian Kuegel1-1/+0
2023-12-04[mlir][Vector] Update patterns for flattening vector.xfer Ops (1/N) (#73522)Andrzej Warzyński4-42/+161
2023-12-04[mlir][ArmSME] Move vector.print -> ArmSME lowering to VectorToArmSME (#74063)Benjamin Maxwell4-95/+93
2023-12-04[mlir][memref] Fix an invalid dim loop motion crash (#74204)Rik Huijzer3-4/+54
2023-12-04[mlir][llvm] Fix verifier for const float (#74247)Rik Huijzer3-1/+31
2023-12-03[mlir][AMDGPU] fix AMDGPU C API registration (#74255)Maksim Levental1-1/+1
2023-12-02[mlir][tosa] Improve lowering of tosa.conv2d (#74143)Spenser Bauman2-103/+68
2023-12-01[MLIR][SCF] Handle more cases in pipelining transform (#74007)Thomas Raoux2-16/+118
2023-12-02[mlir][transform] Remove `cachedNames` expensive check (#73961)Matthias Springer2-133/+3
2023-12-01[mlir][Linalg] Fix foldFillPackIntoFillOp to work for general cases (#74148)Vivian2-16/+21
2023-12-01[mlir][tensor] Fix ReifyResultShapes implementation for tensor.concat (#74157)Quinn Dawkins2-23/+27
2023-12-01[mlir][sparse] fix crash when generate rotated convolution kernels. (#74146)Peiming Liu2-5/+40
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider3-2/+159
2023-12-01[mlir][tensor] Add a tensor.concat operation (#72779)Quinn Dawkins13-58/+554
2023-12-01[mlir][tensor] Fold padding_value away for pack ops when possible. (#74005)Han-Chung Wang2-10/+98
2023-12-01[mlir][sve][nfc] Merge the integration tests for linalg.matmul (#74059)Andrzej Warzyński2-96/+69
2023-12-01[mlir][tosa] Fix lowering of tosa.conv2d (#73240)Spenser Bauman2-2/+25
2023-12-01[mlir][tosa] Improve lowering to tosa.fully_connected (#73049)Spenser Bauman3-83/+128
2023-12-01[mlir][tosa] Improve tosa-infer-shapes for ops consumed by non-TOSA operators...Spenser Bauman2-43/+44