aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[mlir] Add missing pad reshape propagation patterns (#168888)Max1913-53/+398
2025-12-01[mlir][acc] Add acc serial to acc parallel conversion (#170189)Razvan Lupusoru4-0/+298
2025-12-01[mlir][amdgpu] Add amdgpu.make_dma_descriptor (#169407)Erick Ochoa Lopez4-12/+249
2025-12-01[mlir][spirv] Enable block splitting for `spirv.Switch` (#170147)Igor Wodiany3-12/+81
2025-12-01[mlir][spirv] Rename `*.spv` tests to `*.spvasm`. (#170161)Igor Wodiany3-1/+1
2025-12-01[MLIR][NVVM] Update mbarrier.arrive.expect_tx Op (#169922)Durgadoss R7-19/+401
2025-12-01[mlir][linalg][arm] Fix use of fill in arm integration tests (#170143)Jakub Kuderski3-6/+6
2025-12-01[mlir][spirv] Support (de)serialization of block operands in `spirv.Switch` (...Igor Wodiany3-1/+89
2025-12-01[mlir][linalg] Re-enable linalg runtime verification test (#170129)Ryan Holt1-4/+4
2025-12-01[MLIR][GPU] subgroup_mma fp64 extension - take 2 (#169061)Giacomo Castiglioni8-20/+146
2025-12-01[MLIR] Fix build after #169982 (#170107)Jan Patrick Lehr1-1/+1
2025-12-01[OMPIRBuilder] CANCEL IF(FALSE) is still a cancellation point (#170095)Tom Eccles1-23/+46
2025-12-01Revert "[MLIR][SCF] Sink scf.if from scf.while before region into after regio...Ming Yan2-109/+1
2025-12-01[MLIR][SCF] Canonicalize redundant scf.if from scf.while before region into a...Ming Yan2-1/+180
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles9-42/+66
2025-12-01[mlir][spirv] Use MapVector for BlockMergeInfoMap (#169636)Igor Wodiany2-4/+3
2025-12-01[mlir][arith] Add support for min/max to `ArithToAPFloat` (#169760)Matthias Springer4-0/+72
2025-12-01[mlir][arith] Add support for `negf` to `ArithToAPFloat` (#169759)Matthias Springer4-2/+68
2025-12-01[mlir][SPIRV] Improve ub.unreachable lowering test case (#170083)Matthias Springer1-7/+9
2025-12-01[NFC][Linalg] Follow-up on ConvMatchBuilder (#170080)Abhishek Varma1-71/+85
2025-12-01[mlir][arith] Add support for `cmpf` to `ArithToAPFloat` (#169753)Matthias Springer4-5/+177
2025-12-01[MLIR][NVVM] Propagate verification failure for unsupported SM targets (#170001)Men-cotton2-10/+25
2025-11-30[SPIRV] Added support for extension SPV_ALTERA_arbitrary_precision_fixed_poin...Aadesh Premkumar1-1/+1
2025-12-01[mlir][affine] Use iter argument replace init when delete loop in the coalesc...lonely eagle2-0/+34
2025-11-30[mlir][linalg] Restrict fill initial value type to output element type (#169567)Jakub Kuderski11-75/+81
2025-11-30[mlir][CF] Add `ub.unreachable` canonicalization (#169873)Matthias Springer3-1/+56
2025-11-29[NFC][Linalg] Introduce ConvMatchBuilder + refactor Conv matchers (#169704)Abhishek Varma1-454/+288
2025-11-28[MLIR][Transform] Return empty handles when the included sequence fails (#169...Alexandru Dura2-0/+42
2025-11-28[MLIR] Apply clang-tidy fixes for readability-avoid-const-params-in-decls in ...Mehdi Amini1-7/+6
2025-11-28[MLIR] Apply clang-tidy fixes for llvm-else-after-return in SelectObjectAttr....Mehdi Amini1-6/+5
2025-11-28[MLIR][NVVM] Add Permute Op (#169793)Dharuni R Acharya4-0/+284
2025-11-28[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in CudaRuntimeWra...Mehdi Amini1-2/+2
2025-11-28[mlir][UB] Add `ub.unreachable` operation (#169872)Matthias Springer6-8/+88
2025-11-28[MLIR] Supported sparse MMA intrinsics in the MLIR->NVVM IR->NVPTX flow (#168...Kirill Vedernikov5-1/+1756
2025-11-28[mlir][arith] Fix `arith.cmpf` lowering with unsupported FP types (#166684)Matthias Springer4-31/+48
2025-11-27Revert "[OMPIRBuilder] always leave PARALLEL via the same barrier" (#169829)Tom Eccles9-66/+42
2025-11-27[mlir][tosa] Introduce arith.constant -> tosa.const normalization pass (#168370)Vitalii Shutov4-0/+221
2025-11-27[MLIR][SCF] Sink scf.if from scf.while before region into after region in scf...Ming Yan2-1/+109
2025-11-27[MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (#152736)Jack Styles6-25/+283
2025-11-27[OMPIRBuilder] always leave PARALLEL via the same barrier (#164586)Tom Eccles9-42/+66
2025-11-27[MLIR][NVVM][Docs] Update docs (#169694)Durgadoss R1-6/+28
2025-11-27[CodeGenTypes] Remove explicit VT numbers from ValueTypes.td (#169670)Jay Foad1-2/+8
2025-11-27[mlir][llvm] Fix import of branch weights with "expected" field (#169776)Vadim Curcă2-5/+54
2025-11-26[MLIR][XeGPU] Add anchor_layout and update propagation to honor user-specifie...Jianhui Li7-362/+672
2025-11-27[mlir][LLVMIR] Handle missing functions in CGProfile module flags (#169517)Men-cotton2-10/+24
2025-11-27[MLIR][Intrinsics] Add new MLIR API to automatically resolve overload types (...Rajat Bajpai3-10/+17
2025-11-27[MLIR][NVVM] Add missing rounding modes in fp16x2 conversions (#169005)Srinivasa Ravi6-138/+294
2025-11-27[mlir][Transforms] Dialect conversion: Add support for `replaceUsesWithIf` (#...Matthias Springer5-29/+107
2025-11-27[mlir][dataflow] Add arguemnt print for test-liveness-analysis (#169625)lonely eagle2-1/+24
2025-11-26[mlir][acc] Introduce ACCImplicitDeclare pass for globals handling (#169720)Razvan Lupusoru5-0/+638