aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-11Updated the annotations of Python bindings (#92733)Sergei Lebedev1-46/+72
2024-06-11[mlir][vector] Update tests for collapse 1/n (nfc) (#94490)Andrzej Warzyński1-19/+59
2024-06-11[MLIR][Flang][DebugInfo] Convert debug format in MLIR translatorsStephen Tozer2-0/+20
2024-06-11Reapply "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translati...Stephen Tozer1-0/+10
2024-06-11Revert "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translatio...Stephen Tozer1-10/+0
2024-06-11[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translation (#95098)Stephen Tozer1-0/+10
2024-06-11Fix complex abs with nnan/ninf. (#95080)Johannes Reifferscheid2-72/+79
2024-06-11[mlir][arith] Delete unnecessary error logs (#94970)donald chen2-2/+0
2024-06-10[mlir][gpu] Update LaunchFuncOp lowering in GPU to LLVM (#94991)Fabian Mora4-368/+66
2024-06-10[mlir] Sanitize identifiers with leading symbol. (#94795)Will Dietz3-3/+11
2024-06-10[mlir][sparse] fix missing cmake dependencies. (#95034)Peiming Liu1-0/+2
2024-06-10[mlir][Transforms] Dialect Conversion: Simplify block conversion API (#94866)Matthias Springer6-148/+81
2024-06-10[mlir][sparse] introduce `sparse_tensor.iterate` operation (#88955)Peiming Liu7-8/+538
2024-06-10[mlir][spirv] Fix typo in IndexToSPIRV tests directory name (#95005)Angel Zhang1-0/+0
2024-06-10[mlir][Arith] Generalize and improve -int-range-optimizations (#94712)Krzysztof Drewniak10-256/+183
2024-06-10[mlir][EmitC] Fix call ops with zero arguments in func to emitc conversion (#...Simon Camphausen2-5/+20
2024-06-10[mlir][ArmSME] Add option to only enable streaming mode for scalable code (#9...Benjamin Maxwell7-18/+69
2024-06-10[mlir][emitc] Remove copy from scf.for lowering (#94898)Gil Rapaport3-44/+13