aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)Angel Zhang1-0/+81
2024-06-17Revert [mlir][Target] Improve ROCDL gpu serialization API (#95790)Fabian Mora4-193/+136
2024-06-17[mlir][Target] Improve ROCDL gpu serialization API (#95456)Fabian Mora4-136/+193
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry14-17/+196
2024-06-17mlir: fix incorrect usages of divideCeilSigned (#95680)Ramkumar Ramachandra3-5/+4
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell4-2/+90
2024-06-15[mlir][gpu] Add builder to `gpu.launch_func` (#95541)Fabian Mora2-5/+24
2024-06-15[mlir][scf]: Copy old attributes of old ForOp in replaceWithAdditionalYields ...Aviad Cohen1-0/+1
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang6-24/+198
2024-06-14[mlir][tosa] Only match rfft2d of floats in linalg conversion (#93432)Kavan Bickerstaff2-1/+13
2024-06-14Revert "[mlir][spirv] Add integration test for `vector.deinterleave`" (#95607)Angel Zhang1-72/+0
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini12-17/+67
2024-06-14[mlir][scf]: Removed LoopParams struct and used Range instead (NFC) (#95501)Aviad Cohen2-27/+18
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu3-0/+60
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy24-81/+89
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel7-73/+354
2024-06-14[mlir][spirv] Add integration test for `vector.deinterleave` (#95469)Angel Zhang1-0/+72
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-3/+3
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar5-7/+50
2024-06-14[mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable uti...Aviad Cohen6-63/+111
2024-06-13[mlir][mesh] Fix wrong argument passed to targetShardingInUnsplitLastAxis (#9...Arda Unal3-1/+49
2024-06-13[mlir][spirv] Implement SPIR-V lowering for `vector.deinterleave` (#95313)Angel Zhang2-3/+89
2024-06-13[mlir][TilingInterface] Update documentation for `TilingInterface.td`. (#95178)MaheshRavishankar1-69/+182
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad9-11/+11
2024-06-13[MLIR][VectorToLLVM] Handle scalable dim in createVectorLengthValue() (#93361)Zhaoshi Zheng2-2/+123
2024-06-13[MLIR][DebugInfo] Set debug info format in MLIR->IR translation (#95329)Stephen Tozer4-11/+52
2024-06-13[mlir][bufferization] Unranked memref support for clone (#94757)ryankima2-32/+82
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman4-4/+48
2024-06-13[Tosa] Disable tosa folder for non-int/float/index types (#71757)Tai Ly3-12/+258
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang7-213/+40
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang7-40/+213
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu10-51/+342
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra33-1774/+569
2024-06-12[mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (#94904)Andrzej Warzyński2-7/+22
2024-06-12[mlir][ROCDL] Swap range metadata to range attribute (#94853)Andreas Jonson2-9/+5
2024-06-12[mlir][memref] Add memref alias folders for expand/collapse_shape for vector ...Kunwar Grover2-23/+239
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental33-581/+1783
2024-06-12[MLIR][OpenMP] Support clause-based representation of operations (#92519)Sergio Afonso2-2/+586
2024-06-12[MLIR][python] include Rewrite.h (#95226)Maksim Levental1-0/+1
2024-06-12mlir/Presburger: guard dump function; fix buildbot (#95218)Ramkumar Ramachandra1-10/+13
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra33-1774/+569
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino2-10/+62
2024-06-12[mlir][vector] Update tests for collapse 2/n (nfc) (#94604)Andrzej Warzyński1-32/+104
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht13-44/+149
2024-06-11mlir/MathExtras: consolidate with llvm/MathExtras (#95087)Ramkumar Ramachandra28-151/+72
2024-06-11[mlir][sparse] expose optimization flags to mini pipeline (#95158)Aart Bik3-16/+78
2024-06-11[mlir][sparse] implement sparse space collapse pass. (#89003)Peiming Liu5-0/+259
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar13-1/+406
2024-06-11[mlir] Add bufferization option for parallel region check (#94645)Max1916-8/+24
2024-06-11Revert#2 "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translat...Stephen Tozer3-30/+0