aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental4-12/+25
2023-12-07[mlir][sparse] optimize memory load to SSA value when generating spar… (#74...Peiming Liu3-247/+208
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental3-97/+202
2023-12-07Reland "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Pablo Antonio Martinez3-1/+82
2023-12-07[mlir] Fix missing cmake dependency causing non-deterministic build failure (...Mehdi Amini1-1/+2
2023-12-07[mlir][LLVM] Add nsw and nuw flags (#74508)Tom Eccles9-5/+170
2023-12-07Revert "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Mikhail Goncharov3-84/+1
2023-12-07[mlir][doc] Fix reported Builtin (syntax) issues (#74635)Rik Huijzer3-15/+53
2023-12-07[MLIR][Transform] Add attribute in MatchOp to filter by operand type (#67994)Pablo Antonio Martinez3-1/+84
2023-12-07[mlir][arith] Overflow semantics in documentation for muli, subi, and addi (#...Jacob Yu1-1/+31
2023-12-07[mlir][SparseTensor] Fix invalid API usage in patterns (#74690)Matthias Springer2-11/+20
2023-12-07[mlir][complex] Allow integer element types in `complex.constant` ops (#74564)Matthias Springer3-5/+10
2023-12-07[mlir] Fix build after 77f5b33cMatthias Springer2-1/+3
2023-12-06[mlir][sparse] fix bugs when generate sparse conv_3d kernels. (#74561)Peiming Liu2-15/+66
2023-12-07[mlir][SparseTensor] Fix invalid IR in `ForallRewriter` pattern (#74547)Matthias Springer1-0/+4
2023-12-07[mlir][SparseTensor] Fix insertion point in `createQuickSort` (#74549)Matthias Springer1-1/+1
2023-12-07[mlir][tensor] `tensor.generate`: do not verify dynamic sizes (#74568)Matthias Springer4-108/+70
2023-12-07[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patt...Matthias Springer3-181/+4
2023-12-06[mlir][spirv] Add folding for SPIR-V Shifting ops (#74192)Finn Plummer3-0/+286
2023-12-06[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)Valentin Clement (バレンタイン クレメン)2-3/+3
2023-12-06[mlir][sparse] use "current" and "curr" consistently (#74656)Aart Bik2-139/+138
2023-12-06[mlir][ArmSME] Update docs (#74527)Andrzej Warzyński1-6/+22
2023-12-06[mlir][linalg][conv] Flatten the channel dimension when vectorizing (#71918)Andrzej Warzyński5-29/+388
2023-12-06[mlir][sparse] cleanup ldx/idx/depth/at usage (#74654)Aart Bik1-70/+69
2023-12-06[mlir] Fix TileUsingForOp attr-dict printing/parsing (#73261)Felix Schneider3-15/+28
2023-12-06[mlir:python] Fail immediately if importing an initializer module raises Impo...Peter Hawkins1-0/+1
2023-12-06[mlir][sparse] remove LoopOrd type (#74540)Aart Bik4-52/+19
2023-12-06[mlir] Fix shift overflow and warning on LLP64 platforms (Windows) (#74002)Reid Kleckner1-3/+3
2023-12-06[mlir][ArmSME] More precisely model dataflow in ArmSME to SCF lowerings (#73922)Benjamin Maxwell5-103/+135
2023-12-06[mlir][tosa] Add fp16 support to `tosa.resize` (#73019)Georgios Pinitas2-17/+36
2023-12-06[mlir][nvvm] Introduce `fence.mbarrier.init` (#74058)Guray Ozen2-0/+25
2023-12-06[mlir][flang] add fast math attribute to fcmp (#74315)Tom Eccles4-4/+26
2023-12-06Revert "[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)"...Adam Paszke2-58/+1
2023-12-06[mlir][gpu] Support dynamic_shared_memory Op with vector dialect (#74475)Guray Ozen2-0/+22
2023-12-06[MLIR][LLVM] Fuse Scope into CallsiteLoc Callee (#74546)Billy Zhu4-17/+24
2023-12-06[mlir][transform] TrackingListener: Improve dead handles detection (#74290)Matthias Springer3-55/+112
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