aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[mlir] Fix inlining-threshold.mlir test for NDEBUG builds.Christian Sigg1-1/+1
2024-03-13[mlir][tensor] Make getMixedPadImpl return static values when possible. (#85016)Han-Chung Wang4-5/+23
2024-03-13[RFC][mlir] Add profitability callback to the Inliner. (#84258)Slava Zakharin6-19/+92
2024-03-13[flang][OpenMP][OMPIRBuilder][mlir] Optionally pass reduction vars by ref (#8...Tom Eccles4-30/+152
2024-03-13[mlir][ods] Fix generation of optional custom parsers (#84821)Jeff Niu8-10/+48
2024-03-12[mlir][sparse] Fix sparse_generate test (#85009)Yinying Li1-12/+5
2024-03-12[mlir][sparse] Finish migrating integration tests to use sparse_tensor.print ...Yinying Li19-533/+670
2024-03-12[MLIR][ROCDL] Add BallotOp and lit test (#84856)Zahi Moudallal2-0/+17
2024-03-12[mlir][sparse] reuse tensor.insert operation to insert elements into … (#84...Peiming Liu26-182/+106
2024-03-12Get rid of noisy debug log in verifyOpAndAdjustFlags. (#84677)Justin Lebar1-3/+0
2024-03-12[mlir][vector] Use inferRankReducedResultType for subview type inference. (#8...Han-Chung Wang2-55/+28
2024-03-12[mlir][EmitC] Add an `emitc.conditional` operator (#84883)Marius Brehler6-7/+110
2024-03-11[MLIR][LSP][NFC] Fix a header guard (#84862)Walter Erquinigo1-2/+2
2024-03-11[MLIR] Fix incorrect memref::DimOp canonicalization, add tensor::DimOp canoni...Sayan Saha4-2/+191
2024-03-12[mlir][Transforms] Use correct listener in dialect conversion (#84861)Matthias Springer1-4/+4
2024-03-12[MLIR][Tensor,MemRef] Fold expand_shape and collapse_shape if identity (#80658)James Newling9-109/+152
2024-03-11[MLIR] Add missing omp_gen dep to MLIROpenMPDialect (#84552)Thomas Preud'homme1-0/+1
2024-03-11[MLIR] Add missing MLIRFuncDialect dep to MLIRAMDGPUTransforms (#84550)Thomas Preud'homme1-0/+1
2024-03-11[MLIR] Add missing MLIRFuncDialect dep to MLIRNVVMToLLVM (#84548)Thomas Preud'homme1-0/+1
2024-03-12[mlir][inline] avoid inline self-recursive function (#83092)Congcong Cai2-0/+30
2024-03-11[mlir][sparse] Migrate more tests to use sparse_tensor.print (#84833)Yinying Li19-707/+777
2024-03-11[mlir][linalg] Add unit dim folding pattern for tensor.pad (#84684)Quinn Dawkins3-0/+213
2024-03-11[mlir][IR] Add `isInteger()` (without width) (#84467)Marius Brehler2-1/+4
2024-03-11[mlir][emitc] Add ArrayType (#83386)Matthias Gehre12-8/+346
2024-03-11[mlir][AMDGPU] Improve amdgpu.lds_barrier, add warnings (#77942)Krzysztof Drewniak6-33/+132
2024-03-11[mlir][IR] Fix overload resolution on MSVC build (#84589)Matthias Springer4-12/+18
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar12-21/+16
2024-03-10[MLIR/OpenACC] Remove unneeded LLVMIR include (#84543)Thomas Preud'homme1-5/+0
2024-03-10[mlir][IR] Add listener notifications for pattern begin/end (#84131)Matthias Springer3-23/+69
2024-03-10[mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer5-35/+130
2024-03-09[ArmNeon] Make header self-contained. NFC.Benjamin Kramer1-0/+1
2024-03-08[mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)Kojo Acquah12-13/+317
2024-03-08[mlir] Add missing build deps for Mesh transforms (#84581)Jakub Kuderski1-0/+2
2024-03-08[mlir] tentative fix for "'GTEST_NO_LLVM_SUPPORT' is not defined" war… (#84...Peiming Liu1-0/+3
2024-03-08[mlir][mesh] Make sharding propagation and spmdization work on FuncOpInterfac...Boian Petkantchin6-16/+20
2024-03-08[mlir][emitc] Arith to EmitC conversion: constants (#83798)Tina Jung12-65/+70
2024-03-08[mlir][EmitC] Add `unary_{minus,plus}` operators (#84329)Marius Brehler4-1/+70
2024-03-08[PDLL]: Fix crash when negation doesn't apply to native constraint (#84331)Matthias Gehre2-0/+19
2024-03-08[mlir] Fix build failure in MeshShardingInterfaceImpl.cpp (NFC)Jie Fu1-1/+2
2024-03-08[mlir][Transforms] Add listener support to dialect conversion (#83425)Matthias Springer4-55/+302
2024-03-08[mlir][Transforms][NFC] Make signature conversion more efficient (#83922)Matthias Springer1-12/+15
2024-03-07[mlir] Implement Mesh's ShardingInterface for Linalg ops (#82284)Boian Petkantchin18-19/+750
2024-03-07[MLIR] XeGPU dialect for Intel GPU - core definitions and base classes (#78483)Chao Chen15-1/+250
2024-03-07[mlir][sparse] Move n:m printing into toMLIRString (#84264)Yinying Li2-14/+6
2024-03-07[mlir][sparse] Migrate more tests to sparse_tensor.print (#84249)Yinying Li20-560/+478
2024-03-07[mlir][sparse] Migrate to sparse_tensor.print (#83946)Yinying Li20-190/+249
2024-03-07[acc] Add attribute for combined constructs (#80319)Razvan Lupusoru5-7/+168
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar6-1/+562
2024-03-07[mlir][ArmSME] Rewrite illegal `shape_casts` to `vector.transpose` ops (#82985)Benjamin Maxwell2-14/+116
2024-03-07Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko2-2/+68