aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[MLIR][XeGPU] Preserve leading unit dimension during blocking (#180884)Jianhui Li2-89/+108
2026-02-12[MLIR][XeGPU] Remove layout attribute from scf ops after wg to sg (#180771)Nishant Patel2-1/+15
2026-02-12Fix ownership based deallocation pass crash (#179357)Artemiy Bulavin1-3/+14
2026-02-12[MLIR][XeGPU] Use the `setupDpasLayout` utility for dpas layout propagation (...Artem Kroviakov2-186/+248
2026-02-12[mlir][Math] Fix IPowIOp folding crash for i1 (#179684)Ayush Kumar Gaur1-1/+4
2026-02-11[mlir][linalg] Make conv dim inference return pairing (outputImage, filterLoo...Han-Chung Wang1-10/+26
2026-02-11[mlir][acc] Add gpu module and data layout utilities (#180988)Razvan Lupusoru5-0/+116
2026-02-11[MLIR][Math] Fix math.ceil expansion to avoid undefined behavior on Inf/NaN (...Hank1-1/+48
2026-02-11[mlir][IR][NFC] Simplify "splat" handling in `DenseIntOrFPElementsAttr` (#180...Matthias Springer1-2/+1
2026-02-11[mlir][shard, mpi] Allow more than one last axis to be "unsplit" (#180754)Frank Schlimbach1-59/+73
2026-02-11[MLIR][Arith] FastMath extf conversion without NaN checks (#180926)Renato Golin1-8/+15
2026-02-11[mlir][tosa]: Add Unary Shape Ops folders (#180762)Udaya Ranga1-11/+108
2026-02-11[MLIR][Affine] Remove restriction in slice validity check on symbols (#180709)Uday Bondhugula1-6/+2
2026-02-11[mlir][shape] Fix crash in ShapeOfOpToConstShapeOp (#180737)Longsheng Mou1-4/+10
2026-02-11[mlir][sparse] Fix a crash if block not have terminator (#180741)Longsheng Mou1-1/+6
2026-02-10[mlir][acc] Fixed side effects for [first]private/reduction. (#180791)Slava Zakharin1-0/+264
2026-02-10[mlir][vector] Add finer grained populate methods for multi_reduction (NFC). ...Erick Ochoa Lopez2-8/+44
2026-02-10[mlir][acc] Support lazy remark message construction (#180665)Razvan Lupusoru3-23/+39
2026-02-10[mlir][shard,mpi] Allowing 2d-grids and simplifying lowering shard.all_gather...Frank Schlimbach1-38/+21
2026-02-10[mlir][linalg] Remove abandoned `Detensorize` pass (#177579)Matthias Springer2-570/+0
2026-02-10Extending UniformQuantizedType with interface-based support for new storage t...Roman-Pevnyi2-67/+75
2026-02-10Revert "[mlir] Fix the order of operation attribute verification"Chia-hung Duan1-0/+14
2026-02-10[mlir] Fix the order of operation attribute verificationChia-hung Duan1-14/+0
2026-02-10[mlir][gpu] Validate argument count in gpu.launch parser (#180388)Longsheng Mou1-12/+17
2026-02-09[MLIR][Utils] Fix overflow in constantTripCount for narrow types (#179985)Jhalak Patel1-3/+12
2026-02-09[MLIR][XeGPU] Fix insert_strided_slice op in subgroup distribution (#180604)Jianhui Li1-2/+5
2026-02-09[mlir][spirv] Verify vector types when parsing (#180430)Jakub Kuderski1-2/+13
2026-02-09[mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transfor...Arun Thangamani1-0/+6
2026-02-07[mlir][AMDGPU] Avoid verifier crash in DPPOp on vector operand types (#178887)Ayush Kumar Gaur1-6/+0
2026-02-07[mlir][Linalg] Promote lhs/rhs when vectorizing conv1D as outerproduct (#179883)Abhishek Varma1-2/+8
2026-02-06[MLIR][XeGPU] Propagate layout from anchor ops before Wg To Sg & Blocking Pas...Nishant Patel3-77/+19
2026-02-06[MLIR][XeGPU] Fixing PR179016 minor issues (#180295)Jianhui Li1-4/+4
2026-02-06[mlir][AMDGPU] Add wrappers for in-memory barriers on gfx1250 (#180112)Krzysztof Drewniak1-0/+29
2026-02-06[CIR] Add tons of function infra, plus a handful of attributes (#179811)Erich Keane1-4/+16
2026-02-05[MLIR][XeGPU] Refactor layout propagation utilities (#179016)Jianhui Li10-448/+1384
2026-02-05[MLIR][XeVM] Remove xevm to llvm from convert to llvm (#175672)Sang Ik Lee1-0/+3
2026-02-05[mlir][tensor] Guard constant reshape folding (#179077)Samarth Narang1-0/+10
2026-02-05[mlir] update memref.cast cast compatible check (#179313)ofri frishman1-1/+1
2026-02-04[mlir][gpu][pipeline] Add missing passes in XeGPU to XeVM pipeline (#179320)Charitha Saumya1-7/+17
2026-02-04[mlir][shard,mpi] Fixing lowering allgather shard->mpi->llvm (#178870)Frank Schlimbach1-22/+15
2026-02-04[milr][gpu] Make barrier elimination address-space aware (#178101)Krzysztof Drewniak1-69/+173
2026-02-04[mlir][emitc] Update the `WrapFuncInClassPass` pass (#179184)Andrzej WarzyƄski1-6/+12
2026-02-04[Flang][mlir][OpenMP] Add affinity clause to omp.task and Flang lowering (#17...Chi-Chun, Chen1-3/+30
2026-02-04[mlir][tosa] Prevent creation of `tosa.concat_shape` for scalar shape values ...Luke Hutton1-0/+9
2026-02-04[mlir][tosa] Enhance `resolveBroadcastShape` to handle dynamic dims (#175932)Luke Hutton1-7/+17
2026-02-04[mlir][tosa]: Add MIN_SHAPE, MAX_SHAPE Ops folders (#179488)Udaya Ranga1-7/+42
2026-02-03[CIR] Implement 'allocsize' function/call attribute lowering (#179342)Erich Keane1-0/+4
2026-02-03[MLIR] [XeGPU] SG distribution: adding tests for alloca/create_memdesc and re...Jianhui Li1-15/+2
2026-02-03[mlir][spirv] Add SPV_EXT_float8 support (#179246)Davide Grohmann1-0/+14
2026-02-03[mlir][tosa]: Add Binary Shape Ops folders (#178877)Udaya Ranga1-11/+141