aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[MLIR][Remark] Add remark linking and remarkID (#180953)Guray Ozen5-55/+342
2026-02-12[MLIR][XeGPU] Preserve leading unit dimension during blocking (#180884)Jianhui Li4-126/+177
2026-02-12[XeGPU] Add missing StoreMatrix and LoadMatrix entries for bmg uArch. (#181006)Sang Ik Lee1-3/+5
2026-02-13[MLIR][Python] Ensure traits are attached when `load(register=False)` (#181174)Twice1-3/+6
2026-02-12[mlir] Return null from DenseElementsAttr::get on unsupported attribute types...Jueon Park2-2/+17
2026-02-12[MLIR][XeGPU] Remove layout attribute from scf ops after wg to sg (#180771)Nishant Patel2-1/+15
2026-02-12[MLIR][Python] Impl XOpInterface(s) from Python, with X=Transform and X=Memor...Rolf Morel19-214/+1673
2026-02-12[MLIR][Python] Remove partial LLVM APIs in python bindings (6/6) (#180986)RattataKing6-12/+27
2026-02-12Fix ownership based deallocation pass crash (#179357)Artemiy Bulavin2-8/+63
2026-02-12[MLIR][XeGPU] Use the `setupDpasLayout` utility for dpas layout propagation (...Artem Kroviakov4-187/+347
2026-02-12[MLIR][LLVMIR] Add support for importing ConstantInt/FP vector splats. (#180946)Paul Walker2-0/+23
2026-02-12[MLIR][IR] Convert `DialectFoldInterface` to ODS (#180833)AidinT4-27/+54
2026-02-12[mlir][Math] Fix IPowIOp folding crash for i1 (#179684)Ayush Kumar Gaur2-1/+27
2026-02-11[mlir][ROCDL] Wrap asyncmark and wait.asyncmark intrinsics (#181054)Krzysztof Drewniak3-0/+83
2026-02-11[MLIR] [Bazel] Moved stubgen_runner.py out of llvm-project-overlay (#181029)Sergei Lebedev1-0/+54
2026-02-11[mlir][linalg] Make conv dim inference return pairing (outputImage, filterLoo...Han-Chung Wang5-12/+217
2026-02-11[mlir][acc] Add gpu module and data layout utilities (#180988)Razvan Lupusoru11-0/+406
2026-02-11[MLIR][Math] Fix math.ceil expansion to avoid undefined behavior on Inf/NaN (...Hank2-5/+86
2026-02-11[mlir][IR][NFC] Simplify "splat" handling in `DenseIntOrFPElementsAttr` (#180...Matthias Springer8-103/+52
2026-02-11[mlir][IR] `DenseElementsAttr`: Remove `i1` dense packing special case (#180397)Matthias Springer9-283/+25
2026-02-11[mlir][shard, mpi] Allow more than one last axis to be "unsplit" (#180754)Frank Schlimbach3-60/+109
2026-02-11[MLIR][Arith] FastMath extf conversion without NaN checks (#180926)Renato Golin2-13/+35
2026-02-11[MLIR][Python] Make traits declarative in python-defined operations (#180748)Twice3-23/+75
2026-02-11[mlir][tosa] Fix validation of `dim` op when reliant on datatype extension (#...Luke Hutton2-0/+15
2026-02-11[MLIR][NVVM][NFC] Fix PTX builder class api (#180787)Rajat Bajpai1-5/+5
2026-02-11[mlir][tosa]: Add Unary Shape Ops folders (#180762)Udaya Ranga3-11/+204
2026-02-11[MLIR] Fix mismatched format specifier warning (#180792)Henrich Lauko1-2/+3
2026-02-11[MLIR] Guard optional operand resolution in generated op parsers (#180796)Henrich Lauko3-0/+23
2026-02-11[MLIR][Affine] Remove restriction in slice validity check on symbols (#180709)Uday Bondhugula2-6/+61
2026-02-11[mlir][shape] Fix crash in ShapeOfOpToConstShapeOp (#180737)Longsheng Mou2-4/+20
2026-02-11[mlir][sparse] Fix a crash if block not have terminator (#180741)Longsheng Mou2-1/+20
2026-02-10[mlir][acc] Fixed side effects for [first]private/reduction. (#180791)Slava Zakharin3-89/+348
2026-02-10[mlir][vector] Add finer grained populate methods for multi_reduction (NFC). ...Erick Ochoa Lopez4-15/+112
2026-02-10[MLIR][OpenMP] Fix unused variable warningAiden Grossman1-1/+1
2026-02-10[MLIR][Python] Remove partial LLVM APIs in python bindings (5/n) (#180644)RattataKing4-29/+99
2026-02-10[mlir][acc] Support lazy remark message construction (#180665)Razvan Lupusoru6-35/+116
2026-02-10Reland "[NVPTX] Validate user-specified PTX version against SM version" (#180...Justin Fargnoli3-6/+5
2026-02-11[MLIR] Make the verification order fixed in DynamicOpTraitList (#180758)Twice1-1/+1
2026-02-10[mlir][shard,mpi] Allowing 2d-grids and simplifying lowering shard.all_gather...Frank Schlimbach5-205/+219
2026-02-10[RegionUtils] replace uses in nested regions when isolating from above (#180548)Scott Manley2-1/+27
2026-02-10[mlir][linalg] Remove abandoned `Detensorize` pass (#177579)Matthias Springer11-1229/+0
2026-02-10[ROCDL] Added workgroup cluster ids to ROCDL (#179897)Ravil Dorozhinskii3-19/+37
2026-02-10[mlir][vector] Reuse vector TD op in vector.xfer flatten tests (#180606)Andrzej WarzyƄski3-32/+12
2026-02-10Extending UniformQuantizedType with interface-based support for new storage t...Roman-Pevnyi12-78/+419
2026-02-10Revert "[mlir] Fix the order of operation attribute verification"Chia-hung Duan5-11/+76
2026-02-10[mlir] Fix the order of operation attribute verificationChia-hung Duan5-76/+11
2026-02-10[mlir][gpu] Validate argument count in gpu.launch parser (#180388)Longsheng Mou2-12/+51
2026-02-09[mlir][AMDGPU] Make AMDGPUToROCDL conversion tests use real address spaces (#...Krzysztof Drewniak4-98/+62
2026-02-10[MLIR][Python] Refine trait support in MLIR Python (#180550)Twice3-10/+15
2026-02-09[MLIR][Utils] Fix overflow in constantTripCount for narrow types (#179985)Jhalak Patel3-3/+34