aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[mlir][vector] Fix crash in `vector.insert` canonicalization (#97801)Matthias Springer1-2/+3
2024-07-05[MLIR][OpenMP] Remove OpenMPDialectFoldInterface (#97577)Sergio Afonso1-10/+0
2024-07-05[mlir][Pass] Handle escaped pipline option values (#97667)Nikhil Kalra1-0/+14
2024-07-05[MLIR] Add the convergent attribute to LLVM Dialect (#97709)Finlay2-0/+5
2024-07-04Adding masked operation to OpenMP Dialect (#96022)Anchu Rajendran S1-0/+9
2024-07-04[mlir][vector] Add vector.step operation (#96776)Cullen Rhodes2-2/+29
2024-07-04Revert "[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel ...Alexander Belyaev5-315/+281
2024-07-04[NFC][MLIR] Fix: `alloca` promotion for `AllocationOpInterface` (#97672)Nikhil Kalra1-3/+3
2024-07-04[mlir][nvvm] Fix the verifier of `wgmma.mma_async` wrt transposed layouts (#...bangyu shen1-1/+4
2024-07-03Revert "[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leadin...Han-Chung Wang1-29/+26
2024-07-03[mlir][bytecode] Fix external resource bytecode parsing (#97650)Jeff Niu1-1/+1
2024-07-03[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel fusion #...srcarroll5-281/+315
2024-07-03mlir/Presburger: reinstate use of LogicalResult (#97415)Ramkumar Ramachandra5-84/+92
2024-07-03[mlir][vector] Project out anonymous bounds in ScalableValueBoundsConstraintS...Benjamin Maxwell1-0/+2
2024-07-03[mlir][acc] Added async to data clause operations. (#97307)Slava Zakharin1-0/+30
2024-07-03Revert "Refactor LoopFuseSiblingOp and support parallel fusion (#94391)" (#97...srcarroll5-311/+281
2024-07-02Revert "Fix block merging" (#97460)Mehdi Amini2-139/+14
2024-07-02Refactor LoopFuseSiblingOp and support parallel fusion (#94391)srcarroll5-281/+311
2024-07-02Fix block merging (#96871)Giuseppe Rossini2-14/+139
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra103-129/+36
2024-07-02[MLIR][NVVM] Reduce the scope of the LLVM_HAS_NVPTX_TARGET guard (#97349)Mehdi Amini2-23/+6
2024-07-02[MLIR][NVVM] Remove irrelevant guards (#97345)Mehdi Amini1-3/+0
2024-07-01[mlir][bufferization] Fix bug in bufferization of elementwise ops (#97209)Matthias Springer1-16/+16
2024-07-01[MLIR][Python] add value attr for PyAffineMapAttribute (#97254)Bimo1-0/+2
2024-07-01[MLIR][OpenMP] Clause-based OpenMP operation definition (#92523)Sergio Afonso3-27/+45
2024-07-01[mlir][bufferization] skip empty tensor elimination if they have different el...zhicong zhong1-0/+3
2024-06-30[MLIR][Linalg] Add pass to convert linalg.generic back to named ops (#95656)Javed Absar2-2/+231
2024-06-30[mlir][sroa] Update name of subelement types in destructurable slots (#97226)Théo Degioanni3-8/+8
2024-06-30[mlir][linalg] Add bufferization for `linalg.softmax` (#97019)Matthias Springer1-0/+31
2024-06-30[mlir] Fold ceil/floordiv with negative RHS. (#97031)Johannes Reifferscheid1-10/+9
2024-06-29mlir/Presburger: strip dependency on MLIRSupport (#96517)Ramkumar Ramachandra11-118/+88
2024-06-28Revert "[mlir][NVVM] Disallow results on kernel functions (#96399)" (#97074)Jeff Niu1-10/+3
2024-06-28[mlir][scf] Extend option to yield replacement for multiple results case (#93...Yun-Fly2-44/+138
2024-06-28Do not trigger UB during AffineExpr parsing. (#96896)Johannes Reifferscheid1-10/+34
2024-06-28[MLIR][OpenMP] Lowering support for Order clause in SIMD directive (#96866)harishch41-5/+18
2024-06-28[mlir][Linalg] use linalg.reduce to simplify the mergeReductions in partialRe...zhicong zhong1-33/+4
2024-06-27TosaToLinalg: Support unsigned tosa.clamp (#91749)Matthias Gehre4-42/+73
2024-06-27[mlir][linalg] Mark xfers as in-bounds when masking depthwise convs (#96771)Benjamin Maxwell1-0/+5
2024-06-27[mlir][Ptr] Init the Ptr dialect with the `!ptr.ptr` type. (#86860)Fabian Mora6-0/+257
2024-06-27[mlir][vector] Support more mask types in foldTransferFullMask() (#96761)Benjamin Maxwell1-5/+1
2024-06-27[mlir][OpenMP] Standardise representation of reduction clause (#96215)Tom Eccles1-22/+49
2024-06-27DLTI: Simplifying getDevicePropertyValue API by returning Attribute type valu...Niranjan Hasabnis2-7/+7
2024-06-27Revert "[mlir][Transforms] Dialect conversion: Simplify handling of dropped a...Benjamin Kramer1-78/+130
2024-06-27Revert "[mlir][Transforms][NFC] Dialect Conversion: Move argument materializa...Benjamin Kramer1-52/+81
2024-06-27[mlir][linalg] Fix empty outer dim case for packing reshape op (#96732)yifeizh21-1/+2
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee1-2/+5
2024-06-26Bufferization with ControlFlow Asserts (#95868)McCowan Zhang2-7/+14
2024-06-26[mlir][Transforms][NFC] Dialect Conversion: Move argument materialization log...Matthias Springer1-81/+52
2024-06-25Revert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu2-8/+0
2024-06-25[mlir][arith] Match folding of `arith.remf` to `llvm.frem` semantics (#96537)Felix Schneider1-1/+4