aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[mlir] Fix -Wsign-compare in MeshOps.cpp (NFC)Jie Fu1-1/+1
2024-01-15[mlir][gpu] Add an offloading handler attribute to `gpu.module` (#78047)Fabian Mora6-12/+74
2024-01-15Reland [mlir][ExecutionEngine] Add support for global constructors and destru...Fabian Mora2-0/+44
2024-01-15[mlir][SCF] Do not verify step size of `scf.for` (#78141)Matthias Springer3-18/+6
2024-01-15[mlir][mesh] Remove rank attribute and rename dim_sizes to shape in ClusterOp...Boian Petkantchin13-166/+134
2024-01-15Revert "[mlir][ExecutionEngine] Add support for global constructors and destr...Cullen Rhodes2-38/+0
2024-01-15[MLIR][NVVM] Add support for aligned variants of cluster barriers (#78142)Durgadoss R3-3/+88
2024-01-15[mlir][nvgpu] Add `nvgpu.tma.async.store` (#77811)Guray Ozen4-0/+115
2024-01-15[mlir] Reformat whitespace in dependent dialects codegen (#78090)mlevesquedion2-20/+30
2024-01-15[MLIR][transform][python] Introduce abstractions for handles to values and pa...martin-luecke2-0/+156
2024-01-15[mlir][Mesh] Fix invalid IR in rewrite pattern (#78094)Matthias Springer1-6/+7
2024-01-15[MLIR][LLVM] Enable export of DISubprograms on function declarations (#78026)Christian Ulmann3-10/+25
2024-01-14[mlir][ExecutionEngine] Add support for global constructors and destructors (...Fabian Mora2-0/+38
2024-01-14[mlir][gpu] Fix GPU YieldOP format and traits (#78006)Fabian Mora4-1/+17
2024-01-14[mlir] fix IRPrinterInstrumentation to use the user-provided IRPrinting confi...Yuanqiang Liu1-1/+2
2024-01-14[mlir][Transforms] `OneToNTypeConversion.cpp`: Fix invalid IR (#77922)Matthias Springer1-0/+5
2024-01-14[mlir][ArmSME] Workaround for old versions of GCC (NFC) (#78046)Benjamin Maxwell1-19/+21
2024-01-13[MLIR][Presburger] Fold loop into assertBenjamin Kramer1-8/+11
2024-01-13[MLIR][Presburger] Helper functions to compute the constant term of a generat...Abhinav2718285-0/+174
2024-01-13[MLIR][Presburger] Implement Matrix::moveColumns (#68362)Bharathi Ramana Joshi3-4/+108
2024-01-12[mlir] Use llvm::is_contained (NFC)Kazu Hirata5-6/+5
2024-01-12[mlir][Linalg] Change `linalg.transpose` to use the output indexing map as id...MaheshRavishankar3-16/+16
2024-01-12[mlir][scf] Fix `for-loop-peeling` crash (#77697)Felix Schneider2-4/+20
2024-01-12[mlir][bufferization] Clone simplify fails when input and result type not cas...donald chen2-0/+17
2024-01-12[mlir][ArmSME] Add rudimentary support for tile spills to the stack (#76086)Benjamin Maxwell8-61/+595
2024-01-12[mlir][Transforms] `GreedyPatternRewriteDriver`: log successful folding (#77796)Matthias Springer1-0/+20
2024-01-12[mlir][vector] Fix dominance error in warp vector distribution (#77771)Matthias Springer1-5/+13
2024-01-12[mlir][nvvm] Introduce `cp.async.bulk.wait_group` (#77917)Guray Ozen2-0/+46
2024-01-12[mlir][vector] Fix rewrite pattern API violation in `VectorToSCF` (#77909)Matthias Springer1-13/+16
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko60-365/+514
2024-01-12[mlir][vector] Support warp distribution of `transfer_read` with dependencies...Matthias Springer2-73/+85
2024-01-12[mlir][Interfaces] `DestinationStyleOpInterface`: Rename `hasTensor/BufferSem...Matthias Springer25-83/+85
2024-01-12[mlir] Fix linking failure of libMLIRTilingInterfaceTestPasses.dylib (NFC)Jie Fu1-0/+2
2024-01-12[mlir][nvgpu] Improve verifier of `ldmatrix` (#77807)Guray Ozen2-0/+11
2024-01-11[mlir][TilingInterface] Move TilingInterface tests to use transform dialect o...MaheshRavishankar15-758/+856
2024-01-12[MLIR][Presburger] Fix style violations in ff80414 (NFC) (#76720)Bharathi Ramana Joshi1-13/+8
2024-01-12Revert "[mlir][arith] Add overflow flags support to arith ops (#77211)"Ivan Butygin11-321/+73
2024-01-12Revert "[mlir][arith][nfc] Fix typos (#77700)"Ivan Butygin4-8/+8
2024-01-12Revert "[mlir][spirv] Lower `arith` overflow flags to corresponding SPIR-V op...Ivan Butygin2-96/+3
2024-01-11[mlir] Add op printing flag to skip regions (#77726)Jakub Kuderski2-0/+23
2024-01-11[mlir][openacc][flang] Simplify gang, vector and worker representation (#77667)Valentin Clement (バレンタイン クレメン)3-78/+257
2024-01-11[Dialect] Fix a warningKazu Hirata1-2/+1
2024-01-11[mlir][memref] Transpose: allow affine map layouts in result, extend folder (...Felix Schneider4-15/+67
2024-01-11[mlir][affine] Add dependency on `UBDialect` for `PoisonAttr` (#77691)Felix Schneider2-2/+11
2024-01-11Add more ZA modes (#77361)Mats Petersson7-2/+87
2024-01-11[mlir][spirv] Lower `arith` overflow flags to corresponding SPIR-V op decorat...Ivan Butygin2-3/+96
2024-01-11[TOSA] Fix -Wdangling-gsl and -Wunused-variable in TosaToLinalg.cpp (NFC)Jie Fu1-3/+2
2024-01-11[TOSA] FFT2D operator (#77005)Dmitriy Smirnov2-0/+264
2024-01-11[mlir][ArmSME][test] Make use of arm_sme.streaming_vl (NFC) (#77322)Benjamin Maxwell7-38/+8
2024-01-11[mlir] Improve `GreedyPatternRewriteDriver` and pass documentation (#77614)Matthias Springer2-39/+75