aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[mlir][spirv] Add integration tests for `vector.interleave` and `vector.shuff...Angel Zhang4-0/+161
2024-06-03[mlir][emitc] Lower arith.andi, arith.ori, arith.xori to EmitCCorentin Ferry2-0/+101
2024-06-02Use llvm::less_first (NFC) (#94136)Kazu Hirata2-5/+2
2024-06-01[mlir][bazel] Add bazel build support for https://github.com/llvm/llvm-projec...MaheshRavishankar1-1/+0
2024-06-01[MLIR][SCF] Add an API to fuse consumer to a producer within scf loop (#88712)Abhishek Varma10-29/+1085
2024-06-01[mlir][bufferization] Allow mixed static/dynamic shapes in `materialize_in_de...Matthias Springer4-10/+37
2024-05-31[mlir][tensor][NFC] Move function comments to where they are declared. (#94002)Han-Chung Wang2-12/+14
2024-05-31[MLIR][NVVM] Make the call to findTool optional for fatbinary (#93968)Adam Paszke1-3/+6
2024-05-31[mlir][polynomial] ensure primitive root calculation doesn't overflow (#93368)Jeremy Kun2-5/+19
2024-05-31[MLIR][GPU-LLVM] Define `-convert-gpu-to-llvm-spv` pass (#90972)Victor Perez7-0/+597
2024-05-31[mlir][tensor] Fold unpadding collapse_shape into extract_slice (#93554)Adam Siemieniuk2-16/+132
2024-05-31[mlir][irdl] Lookup symbols near dialects instead of locally (#92819)Théo Degioanni10-29/+108
2024-05-30[mlir][polynomial] verify from_tensor coeff type (#93243)Jeremy Kun2-32/+36
2024-05-30[mlir][test] Rename Vector integration tests for CPU (nfc) (#93521)Andrzej Warzyński77-0/+0
2024-05-30[MLIR][AMDGPU] Remove support for old llvm.amdgcn.buffer.* intrinsics (#93838)Jay Foad4-134/+0
2024-05-30[mlir][linalg] Add folder for transpose(transpose) -> transpose (#93606)Ryan Holt3-0/+74
2024-05-30[polynomial] Move primitive root attribute to ntt/intt ops. (#93227)Jeremy Kun7-97/+127
2024-05-30[mlir][ArmSME] Simplify permutation map handling (#93515)Cullen Rhodes1-18/+14
2024-05-30[mlir][vector] Add 1D vector.deinterleave lowering (#93042)Mubashar Ahmad4-2/+136
2024-05-30[mlir][py] invalidate nested operations when parent is deleted (#93339)Oleksandr "Alex" Zinenko3-13/+75
2024-05-30[ConstantFold] Remove notional over-indexing fold (#93697)Nikita Popov2-5/+5
2024-05-30[mlir][llvm] Implement ConstantLike for ZeroOp, UndefOp, PoisonOp (#93690)Guy David9-82/+210
2024-05-30[MLIR][LLVM] Relax the LLVM dialect's inliner assuming UCF (#93514)Christian Ulmann2-24/+58
2024-05-29Revert "[MLIR][Python] add ctype python binding support for bf16" (#93771)Mehdi Amini3-61/+1
2024-05-29[MLIR][Python] add ctype python binding support for bf16 (#92489)Bimo3-1/+61
2024-05-29Revert "[mlir][spirv] Add integration test for `vector.interleave` and `vecto...Mehdi Amini3-108/+0
2024-05-29[mlir] Align num elements type to LLVM ArrayType (#93230)Valentin Clement (バレンタイン クレメン)4-7/+47
2024-05-29[mlir][spirv] Add integration test for `vector.interleave` and `vector.shuffl...Angel Zhang3-0/+108
2024-05-29[mlir][arith] Add neutral element support to arith.maxnumf/arith.minnumf (#93...donald chen2-0/+106
2024-05-29[mlir][linalg] Add linalg.conv_2d_ngchw_gfchw_q to named ops (#92136)zjgarvey4-0/+219
2024-05-29[mlir][EmitC] Fix evaluation order of expressions (#93549)Simon Camphausen2-4/+25
2024-05-29[mlir][python] Yield results of `scf.for_` (#93610)Guray Ozen2-2/+52
2024-05-28[mlir][arith] Disallow casting tensor dimensions (#93349)Jakub Kuderski3-12/+57
2024-05-28[mlir][dataflow] Fix for integer range analysis propagation bug (#93199)Spenser Bauman13-121/+230
2024-05-28[mlir][nvgpu] verify the moduleGuray Ozen1-1/+1
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover45-453/+40
2024-05-28[mlir][sparse] remove sparse encoding propagation pass. (#93593)Peiming Liu3-55/+0
2024-05-28TosaToTensor: Support reshape on tensors of unsigned integer (#91734)Matthias Gehre7-15/+97
2024-05-28[mlir][ROCDL] Update the LLVM data layout for ROCDL lowering. (#92127)stefankoncarevic2-4/+5
2024-05-28[mlir][linalg] Add linalg.transpose constant folding (#92589)Ryan Holt3-163/+180
2024-05-28[mlir] [linalg] Check for dim shape to decide unit dim for each operand in dr...Sayan Saha2-1/+45
2024-05-28[mlir][vector] Add support for linearizing Insert VectorOp in VectorLinearize...Artem Kroviakov2-1/+125
2024-05-28[mlir][emitc] Support conversion of arith.divsi and arith.remsi to EmitC (#93...josel-amd2-0/+13
2024-05-28[mlir][Bazel] Followup to 57c10fa564af44a5b236bc642c540d715b04448cAdrian Kuegel1-1/+0
2024-05-28[mlir] Add missing fields in DICompositeTypeAttr. (#93226)Abid Qadeer10-16/+116
2024-05-28Revert "[mlir] Remove dialect specific bufferization passes" (#93528)Kunwar Grover32-10/+426
2024-05-28[mlir] Remove dialect specific bufferization passes (#93488)Kunwar Grover32-426/+10
2024-05-28[mlir][ArmSME] NFC: -force-streaming-compatible-sve rename fixup (#93177)Cullen Rhodes1-1/+0
2024-05-28[mlir][linalg] Add more precise memory effects to linalg op (#92079)donald chen3-27/+52
2024-05-27[mlir][spirv] Add vector.interleave to spirv.VectorShuffle conversion (#93240)Angel Zhang3-6/+57