aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[mlir][memref] extract_strided_metadata for zero-sized memref (#74835)Guray Ozen1-0/+20
2023-12-07[mlir][sparse] add sparse convolution with 5x5 kernel (#74793)Aart Bik5-4/+220
2023-12-07[mlir][sparse] code formatting (NFC) (#74779)Aart Bik2-15/+13
2023-12-07[mlir] Extend CombineTransferReadOpTranspose pattern to handle extf ops. (#74...harsh-nod1-0/+30
2023-12-07[mlir][python] fix affine testmax1-3/+1
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental1-0/+11
2023-12-07[mlir][sparse] optimize memory load to SSA value when generating spar… (#74...Peiming Liu1-204/+186
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental1-52/+138
2023-12-07Reland "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Pablo Antonio Martinez1-0/+38
2023-12-07[mlir][LLVM] Add nsw and nuw flags (#74508)Tom Eccles3-0/+38
2023-12-07Revert "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Mikhail Goncharov1-40/+0
2023-12-07[MLIR][Transform] Add attribute in MatchOp to filter by operand type (#67994)Pablo Antonio Martinez1-0/+40
2023-12-07[mlir][complex] Allow integer element types in `complex.constant` ops (#74564)Matthias Springer1-0/+3
2023-12-06[mlir][sparse] fix bugs when generate sparse conv_3d kernels. (#74561)Peiming Liu1-1/+61
2023-12-07[mlir][tensor] `tensor.generate`: do not verify dynamic sizes (#74568)Matthias Springer3-28/+17
2023-12-07[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patt...Matthias Springer1-50/+0
2023-12-06[mlir][spirv] Add folding for SPIR-V Shifting ops (#74192)Finn Plummer1-0/+178
2023-12-06[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)Valentin Clement (バレンタイン クレメン)1-2/+2
2023-12-06[mlir][linalg][conv] Flatten the channel dimension when vectorizing (#71918)Andrzej Warzyński1-0/+309
2023-12-06[mlir] Fix TileUsingForOp attr-dict printing/parsing (#73261)Felix Schneider2-3/+13
2023-12-06[mlir][ArmSME] More precisely model dataflow in ArmSME to SCF lowerings (#73922)Benjamin Maxwell3-17/+23
2023-12-06[mlir][tosa] Add fp16 support to `tosa.resize` (#73019)Georgios Pinitas1-6/+24
2023-12-06[mlir][nvvm] Introduce `fence.mbarrier.init` (#74058)Guray Ozen1-0/+9
2023-12-06[mlir][flang] add fast math attribute to fcmp (#74315)Tom Eccles2-0/+5
2023-12-06Revert "[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)"...Adam Paszke1-12/+0
2023-12-06[mlir][gpu] Support dynamic_shared_memory Op with vector dialect (#74475)Guray Ozen1-0/+20
2023-12-06[MLIR][LLVM] Fuse Scope into CallsiteLoc Callee (#74546)Billy Zhu2-12/+15
2023-12-06[mlir][transform] TrackingListener: Improve dead handles detection (#74290)Matthias Springer1-1/+29
2023-12-06[mlir] Fix a zero stride canonicalizer crash (#74200)Rik Huijzer1-0/+12
2023-12-06[mlir][shape] Turn `ShapeOfOp` folding into canonicalization pattern (#74438)Matthias Springer1-0/+12
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee8-6/+212
2023-12-05[MLIR][LLVM] Fix CallOp asm parser for attr-dict (#74372)Billy Zhu2-5/+13
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