aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-27[mlir][vector] Add result type to `interleave` assembly format (#93392)Jakub Kuderski11-70/+62
2024-05-27[mlir][EmitC] Update comment (NFC)Marius Brehler1-1/+1
2024-05-25[mlir] Revise IDE folder structure (#89749)Michael Kruse14-12/+20
2024-05-25[mlir] Do not print empty property (#93379)Beal Wang3-0/+18
2024-05-24[mlir][drr] Allow variadic in rewrite side (#93340)Jacques Pienaar3-0/+41
2024-05-24[mlir][arith] Clean up select op implementation (#93351)Jakub Kuderski2-22/+22
2024-05-24[mlir] expose -debug-only equivalent to C and Python (#93175)Oleksandr "Alex" Zinenko3-1/+45
2024-05-24[mlir][Pass] Add new FileTreeIRPrinterConfig (#67840)Christopher Bate5-2/+290
2024-05-24[mlir] Replace MLIR_ENABLE_CUDA_CONVERSIONS with LLVM_HAS_NVPTX_TARGET (#93008)tyb080712-41/+28
2024-05-24Revert "[mlir] Optimize ThreadLocalCache by removing atomic bottleneck" (#93306)Jacques Pienaar1-17/+11
2024-05-24[MLIR][LLVM] Remove the type consistency pass (#93283)Christian Ulmann6-1201/+0
2024-05-24Revert "[mlir] Fix race condition introduced in ThreadLocalCache (#93… (#93...Kiran Chandramohan1-72/+25
2024-05-24[mlir] Fix test expectation.Adrian Kuegel1-1/+1
2024-05-24[mlir] Fix race condition introduced in ThreadLocalCache (#93280)Jeff Niu1-25/+72
2024-05-24[mlir][tensor] Simplify pad-like tensor pack and unpack (#92388)Adam Siemieniuk2-2/+132
2024-05-24[mlir][linalg] Avoid emitting errors in block pack matmul (#93170)Adam Siemieniuk2-2/+30
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy25-68/+68
2024-05-24[mlir][py] NFC: remove exception-based isa from linalg module (#92556)Oleksandr "Alex" Zinenko2-12/+3
2024-05-24[mlir][tensor] Fold padding expand_shape into insert_slice (#93018)Adam Siemieniuk2-1/+133
2024-05-23[mlir] Optimize ThreadLocalCache by removing atomic bottleneck (#93270)Jeff Niu1-11/+17
2024-05-23[mlir] Fix liveness analysis for block arguments (#88848)Ivan Kulagin2-0/+28
2024-05-23merge code for llvm.emit_c_interface into convertFuncOpToLLVMFuncOp (#92986)drazi5-39/+133
2024-05-23[mlir][ods] Fix broken testMogball1-3/+1
2024-05-23[mlir][arith] Only fold splats for static shape result types (#93102)Kavan Bickerstaff2-1/+12
2024-05-23[mlir][ods] Optimize FoldAdaptor constructor (#93219)Jeff Niu3-24/+27
2024-05-23[polynomial] distribute add/sub through ntt to reduce ntts (#93132)Jeremy Kun3-3/+99
2024-05-23[mlir][spirv] Add LIT test for vector.interleave to spirv.VectorShuffle (#93189)Angel Zhang2-0/+11
2024-05-23[mlir][OpenMP] Remove deprecated omp.reduction (#92732)Tom Eccles6-195/+10