aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-04-24[mlir-lsp] Initialize Reply::method member (#89857)Brian Gesiak1-3/+3
2024-04-24[MLIR][XeGPU] Add dpas, atomic, and named barrier ops (#88973)Chao Chen9-14/+296
2024-04-24[mlir-lsp] Log invalid notification params (#89856)Brian Gesiak2-28/+90
2024-04-24[mlir][py] fix option passing in transform interpreter (#89922)Oleksandr "Alex" Zinenko2-1/+16
2024-04-24[MLIR][Doc] Fix NamedAttribute API in code sample (NFC)Mehdi Amini1-2/+2
2024-04-24[mlir] Extract forall_to_for logic into reusable function and add pass (#89636)Jorn Tuyls7-25/+160
2024-04-24[mlir-lsp] Add transport unit tests (#89855)Brian Gesiak4-0/+73
2024-04-24[mlir][ArmSME] Move tests out of `vector-ops-to-llvm.mlir` (#89905)Benjamin Maxwell2-877/+623
2024-04-24[MLIR][OpenMP] Update omp.wsloop translation to LLVM IR (4/5) (#89214)Sergio Afonso9-466/+572
2024-04-24[MLIR][SCF] Update scf.parallel lowering to OpenMP (3/5) (#89212)Sergio Afonso3-20/+67
2024-04-24[MLIR][OpenMP] Update op verifiers dependent on omp.wsloop (2/5) (#89211)Sergio Afonso2-35/+104
2024-04-24[MLIR][OpenMP] Make omp.wsloop into a loop wrapper (1/5) (#89209)Sergio Afonso8-521/+628
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental6-8/+102
2024-04-24[MLIR][LLVM][Mem2Reg] Extends support for partial stores (#89740)Christian Ulmann5-87/+305
2024-04-24[mlir][nvgpu] NVGPU Tutorials (#87065)Guray Ozen10-0/+1490
2024-04-24[mlir][tosa] Fix Map for Bias Broadcast (#89059)Jack Frankland2-3/+25
2024-04-23Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt9-549/+33
2024-04-23[mlir] Update comment about `propertiesAttr` (NFC) (#89634)Jeff Niu1-3/+6
2024-04-23[mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt9-33/+549
2024-04-23[RemoveDIs][MLIR] Don't process debug records in the LLVM-IR translator (#89735)Stephen Tozer2-4/+8
2024-04-23[mlir][aarch64] Remove LIT config for lli (#89545)Andrzej Warzyński1-38/+8
2024-04-23[mlir][linalg] Move transpose_matmul to targeted transform op (#89717)Cullen Rhodes6-106/+182
2024-04-23[mlir][EmitC] Update GlobalOp description (#89726)Marius Brehler1-3/+3
2024-04-23Revert "[mlir][linalg] Enable fuse consumer" (#89722)Oleksandr "Alex" Zinenko4-149/+40
2024-04-23EmitC: Add emitc.global and emitc.get_global (#145) (#88701)Matthias Gehre9-15/+388
2024-04-23[mlir][linalg] Add patterns to convert matmul to transposed variants (#89075)Cullen Rhodes9-0/+386
2024-04-23[MLIR] Harmonize the behavior of the folding API functions (#88508)Christian Ulmann8-15/+63
2024-04-22Make createReadOrMaskedRead and isValidMaskedInputVector vector utilities (#8...Lubomir Litchev3-87/+113
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu42-1354/+2114
2024-04-22[mlir] fix polynomial dialect docsAlex Zinenko2-4/+4
2024-04-22[mlir][Hoisting] Hoisting vector.extract/vector.broadcast pairs (#86108)Steven Varoumas5-0/+297
2024-04-22[mlir] fix latex formulas in the tutorialOleksandr "Alex" Zinenko1-4/+5
2024-04-22Mark `mlir::Value::isa/dyn_cast/cast/...` member functions deprecated. (#89238)Christian Sigg1-1/+5
2024-04-22[MLIR][Linalg] Enable fuse consumer (#85528)donald chen4-40/+149
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini51-1192/+634
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla51-634/+1192
2024-04-20[mlir][python] Fix generation of Python bindings for `async` dialect (#75960)Abhishek Kulkarni4-4/+19
2024-04-20[mlir] fix typo in mem2reg [NFC]Congcong Cai1-3/+3
2024-04-19[mlir][python] fix memref._is_constant_int_like (#89447)Maksim Levental1-1/+2
2024-04-19[mlir][tensor] Fold `tensor.reshape` for dynamic reshape (#88961)Rob Suderman2-0/+82
2024-04-19[mlir][llvm] Port `overflowFlags` to a native operation property (RELAND) (#8...Jeff Niu11-110/+179
2024-04-19[MLIR][OpenMP] Verify loop wrapper properties of omp.parallel (#88722)Sergio Afonso3-1/+87
2024-04-19[MLIR][LLVM] Add vector exception to composite type element ignore mode (#89385)Christian Ulmann2-2/+27
2024-04-19[mlir][ArmNeon] Update `LowerContractionToSMMLAPattern` to support proper unr...Kojo Acquah2-23/+118
2024-04-19[mlir][xegpu] XeGPU alias ops folder pass (#88886)Adam Siemieniuk11-0/+217
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg80-265/+241
2024-04-19[MLIR][LLVM] Add flag to skip import of DICompositeType's elems (#89355)Christian Ulmann7-18/+65
2024-04-19[MLIR][DataLayout] Add support for scalable vectors (#89349)Christian Ulmann3-8/+36
2024-04-19[mlir][emitc] Restrict types in EmitC (#88391)Tina Jung5-26/+118
2024-04-18Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)11-165/+109