aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
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
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