aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[mlir][gpu] Add lowering dynamic_shared_memory op for rocdl (#74473)Guray Ozen1-0/+17
2023-12-05[tosa] Fix crash in shape inference for `tosa.transpose` (#74367)Felix Schneider1-0/+11
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 Huijzer1-0/+16
2023-12-05[mlir][llvm] Add llvm.target_features features attribute (#71510)Benjamin Maxwell3-0/+39
2023-12-05[MLIR] Add support for frame pointers in MLIR (#72145)Radu Salavat3-0/+22
2023-12-05[MLIR][LLVM] Translate Debug EmissionKind (#74376)Billy Zhu1-0/+21
2023-12-05[mlir][Vector] Update patterns for flattening vector.xfer Ops (2/N) (#73523)Andrzej Warzyński2-0/+56
2023-12-05[mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang1-27/+155
2023-12-05[mlir][Complex] Fix bug in `MergeComplexBitcast` (#74271)Matthias Springer1-1/+1
2023-12-04[MLIR][NVVM]: Add cp.async.mbarrier.arrive Op (#74241)Durga2-0/+26
2023-12-04[mlir][nvvm] Introduce `nvvm.fence.proxy` (#74057)Guray Ozen2-0/+31
2023-12-04[mlir][nvgpu] Add address space attribute converter in nvgpu-to-nvvm pass (#...Guray Ozen1-0/+13
2023-12-04[mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (#73367)Justin Wilson5-8/+85
2023-12-04[mlir][Vector] Update patterns for flattening vector.xfer Ops (1/N) (#73522)Andrzej Warzyński1-14/+82
2023-12-04[mlir][ArmSME] Move vector.print -> ArmSME lowering to VectorToArmSME (#74063)Benjamin Maxwell2-22/+22
2023-12-04[mlir][memref] Fix an invalid dim loop motion crash (#74204)Rik Huijzer1-0/+48
2023-12-04[mlir][llvm] Fix verifier for const float (#74247)Rik Huijzer2-1/+17
2023-12-02[mlir][tosa] Improve lowering of tosa.conv2d (#74143)Spenser Bauman1-66/+59
2023-12-01[MLIR][SCF] Handle more cases in pipelining transform (#74007)Thomas Raoux1-1/+53
2023-12-01[mlir][Linalg] Fix foldFillPackIntoFillOp to work for general cases (#74148)Vivian1-0/+19
2023-12-01[mlir][tensor] Fix ReifyResultShapes implementation for tensor.concat (#74157)Quinn Dawkins1-22/+26
2023-12-01[mlir][sparse] fix crash when generate rotated convolution kernels. (#74146)Peiming Liu1-1/+36
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider1-0/+32
2023-12-01[mlir][tensor] Add a tensor.concat operation (#72779)Quinn Dawkins4-0/+134
2023-12-01[mlir][tensor] Fold padding_value away for pack ops when possible. (#74005)Han-Chung Wang1-0/+65
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 Bauman1-0/+23
2023-12-01[mlir][tosa] Improve lowering to tosa.fully_connected (#73049)Spenser Bauman2-43/+77
2023-12-01[mlir][tosa] Improve tosa-infer-shapes for ops consumed by non-TOSA operators...Spenser Bauman1-0/+12
2023-12-01[mlir][vector] Fix unit dim dropping pattern for masked writes (#74038)Quinn Dawkins1-0/+44
2023-12-01[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)Benjamin Maxwell1-0/+12
2023-12-01[mlir][ArmSME] Add option to only enable streaming mode/ZA if required (#73931)Benjamin Maxwell1-0/+16
2023-12-01[mlir][sve][nfc] Update a test to use transform-interpreter (#73771)Andrzej Warzyński1-28/+42
2023-12-01[mlir][nvvm] Introduce `cp.async.bulk.commit.group`Guray Ozen1-0/+8
2023-12-01[mlir] notify insertion of parent op first when cloning (#73806)jeanPerier2-4/+27
2023-12-01[MLIR][Vector] Refactor tests for contract -> OP transforms (4/N) (#73807)Andrzej Warzyński1-0/+46
2023-11-30[mlir][sparse] refactoring: using util functions to query the index to load f...Peiming Liu1-203/+210
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu5-2/+14
2023-11-30[mlir][vector] Add support for vector.maskedstore sub-type emulation. (#73871)Han-Chung Wang1-0/+72
2023-11-30[mlir][Vector] Add a rewrite pattern for gather over a strided memref (#72991)Andrzej Warzyński1-0/+55
2023-11-30[mlir][vector] Fix a `target-rank=0` unrolling (#73365)Rik Huijzer1-0/+18
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell27-1100/+858
2023-11-30[mlir][docgen] Add ops source link (#73657)Rik Huijzer1-2/+2
2023-11-30[mlir] Fix two `CHECK:` typos (#73803)Rik Huijzer2-2/+2
2023-11-29[mlir][sve] Add an e2e for linalg.matmul with mixed types (#73773)Andrzej Warzyński1-0/+83
2023-11-29[mlir][spirv] Add canon patterns for IAddCarry/[S|U]MulExtended (#73340)Finn Plummer1-0/+182
2023-11-29Reapply "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749) ...Vitaly Buka4-4/+83
2023-11-29[mlir][spirv] Add folding for [S|U]Mod, [S|U]Div, SRem (#73341)Finn Plummer1-0/+297
2023-11-29[mlir][nvvm] Introduce `setmaxregister.sync.aligned` Op (#73780)Guray Ozen2-0/+25