aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-03-18[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)Chao Chen8-12/+767
2024-03-18TranslateToCpp: Emit floating point literals with suffix (#85392)Matthias Gehre5-13/+24
2024-03-18[MLIR][SROA] Replace pattern based approach with a one-shot one (#85437)Christian Ulmann3-80/+86
2024-03-18[MLIR][Mem2Reg] Replace pattern based approach with a bulk one (#85426)Christian Ulmann3-61/+43
2024-03-17[mlir][math] Reland 58ef9bec071383744fb703ff08df9806f25e4095 (#85436)srcarroll3-28/+54
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer3-6/+6
2024-03-15[mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo3-1/+34
2024-03-16[mlir][linalg, tosa] Fix memory leaks in integration tests (#85366)Matthias Springer5-4/+16
2024-03-15[mlir] Declare promised interfaces for all dialects (#78368)Justin Fargnoli14-0/+114
2024-03-16[mlir][memref] Fix memory leaks in runtime verification tests (#85362)Matthias Springer2-10/+12
2024-03-15[MLIR][LLVM] Suppress unused variable warning. (#85467)Bixia Zheng1-0/+2
2024-03-15[mlir][sparse] best effort finalization of escaping empty sparse tensors (#85...Aart Bik5-44/+177
2024-03-16[mlir] Fix -Wunused-variable in DebugTranslation.cpp (NFC)Jie Fu1-1/+1
2024-03-15[mlir][math] Propagate scalability in polynomial approximation (#84949)Benjamin Maxwell2-23/+123
2024-03-15Revert "[mlir][math] Implement alternative decomposition for tanh (#8… (#85...srcarroll2-32/+27
2024-03-15[MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu15-143/+416
2024-03-15[MLIR] EmitC: Add subscript operator (#84783)Matthias Gehre5-9/+123
2024-03-14[MLIR] Fix `mlir-opt --show-dialects` to not require any input (as documented)Mehdi Amini1-5/+13
2024-03-15[mlir][sparse] Add `has_runtime_library` test op (#85355)Matthias Springer4-22/+69
2024-03-15[mlir][sparse] Fix memory leaks (part 3) (#85184)Matthias Springer4-2/+23
2024-03-15[mlir][sparse_tensor] Implement bufferization interface for `foreach` (#85183)Matthias Springer1-0/+30
2024-03-15[mlir][Transform] Remove `notifyOperationErased` workaround (#84134)Matthias Springer1-8/+5
2024-03-14[mlir][math] Implement alternative decomposition for tanh (#85025)srcarroll2-27/+32
2024-03-14[mlir][sparse] refactoring sparse runtime lib into less paths (#85332)Aart Bik3-58/+34
2024-03-14[mlir][sparse] remove deprecated toCOO from sparse runtime support lib (#85319)Aart Bik1-60/+1
2024-03-14[mlir][linalg] Enable masked vectorisation for depthwise convolutions (#81625)Andrzej Warzyński6-40/+418
2024-03-14[mlir] Fix RUN command introduced in 516ccce7fa (#84765) (NFC)Ingo Müller1-1/+1
2024-03-14[MLIR][ROCDL] Fix BallotOp LLVM translation and add doc (#85116)Zahi Moudallal2-3/+18
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller12-59/+191
2024-03-14[OpenMP][MLIR] NFC: Remove trailing whitespace (#85213)Sergio Afonso2-10/+10
2024-03-14[mlir][Target][Cpp] Fix include.Oleg Shyshkov1-1/+1
2024-03-14[mlir][EmitC] Fix type in example (#85205)Marius Brehler1-1/+1
2024-03-14[mlir][Target][Cpp] Cleanup includes (#85105)Marius Brehler2-4/+4
2024-03-14[mlir][complex] Support Fastmath flag in conversion of complex.sqrt to standa...Kai Sasaki2-27/+134
2024-03-14[MLIR][Bufferization] BufferResultsToOutParams: Add option to add attribute t...Matthias Gehre4-11/+49
2024-03-14[mlir][Target][Cpp] Remove unused dialects (#85102)Marius Brehler3-11/+5
2024-03-14[mlir][IR] Add additional rewriter constructor (#85044)Matthias Springer1-0/+4
2024-03-14[MLIR][Affine] Fix/complete access index invariance, add isInvariantAccess (#...Uday Bondhugula6-42/+88
2024-03-13[mlir][arith] Fix `arith.select` canonicalization patterns (#84685)Fehr Mathieu3-141/+8
2024-03-13[mlir][nfc] Update Linalg matmul -> Vector OP test (#81416)Andrzej Warzyński1-27/+40
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