aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[mlir][GPU] Move `GPUDeviceMappingAttr.td` to `GPU/IR`. (#95880)MaheshRavishankar4-6/+6
2024-06-18[mlir][TilingInterface] Update `PartialReductionOpInterface` to get it more i...MaheshRavishankar4-8/+19
2024-06-17[mlir][GPU] Improve handling of GPU bounds (#95166)Krzysztof Drewniak2-50/+131
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu5-7/+45
2024-06-17Revert "Reland [mlir][Target] Improve ROCDL gpu serialization API" (#95847)Fabian Mora1-31/+10
2024-06-17Reland [mlir][Target] Improve ROCDL gpu serialization API (#95813)Fabian Mora1-10/+31
2024-06-17 [mlirc] Add missing extern C (#95829)Jacques Pienaar1-0/+8
2024-06-17Revert [mlir][Target] Improve ROCDL gpu serialization API (#95790)Fabian Mora1-31/+10
2024-06-17[mlir][Target] Improve ROCDL gpu serialization API (#95456)Fabian Mora1-10/+31
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry4-4/+63
2024-06-17mlir: fix incorrect usages of divideCeilSigned (#95680)Ramkumar Ramachandra1-1/+1
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell1-0/+7
2024-06-15[mlir][gpu] Add builder to `gpu.launch_func` (#95541)Fabian Mora1-0/+6
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang1-3/+14
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini4-5/+28
2024-06-14[mlir][scf]: Removed LoopParams struct and used Range instead (NFC) (#95501)Aviad Cohen1-11/+3
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu1-0/+8
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel1-26/+31
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar2-4/+29
2024-06-14[mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable uti...Aviad Cohen2-1/+37
2024-06-13[mlir][TilingInterface] Update documentation for `TilingInterface.td`. (#95178)MaheshRavishankar1-69/+182
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad3-3/+3
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman1-1/+1
2024-06-13[Tosa] Disable tosa folder for non-int/float/index types (#71757)Tai Ly1-1/+3
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang1-14/+2
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang1-2/+14
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu3-1/+35
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra12-878/+166
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental12-178/+887
2024-06-12[MLIR][OpenMP] Support clause-based representation of operations (#92519)Sergio Afonso1-2/+163
2024-06-12mlir/Presburger: guard dump function; fix buildbot (#95218)Ramkumar Ramachandra1-10/+13
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra12-878/+166
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht1-1/+13
2024-06-11mlir/MathExtras: consolidate with llvm/MathExtras (#95087)Ramkumar Ramachandra5-69/+10
2024-06-11[mlir][sparse] expose optimization flags to mini pipeline (#95158)Aart Bik1-0/+12
2024-06-11[mlir][sparse] implement sparse space collapse pass. (#89003)Peiming Liu2-0/+22
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar3-0/+102
2024-06-11[mlir] Add bufferization option for parallel region check (#94645)Max1913-0/+8
2024-06-10[mlir][gpu] Update LaunchFuncOp lowering in GPU to LLVM (#94991)Fabian Mora2-12/+4
2024-06-10[mlir][Transforms] Dialect Conversion: Simplify block conversion API (#94866)Matthias Springer1-24/+25
2024-06-10[mlir][sparse] introduce `sparse_tensor.iterate` operation (#88955)Peiming Liu3-5/+163
2024-06-10[mlir][Arith] Generalize and improve -int-range-optimizations (#94712)Krzysztof Drewniak1-2/+7
2024-06-10[mlir][ArmSME] Add option to only enable streaming mode for scalable code (#9...Benjamin Maxwell2-4/+9
2024-06-09[NFC][mlir][gpu] Make sym_name an inherent attr in GPUModuleOp (#94918)Fabian Mora1-1/+1
2024-06-09[NFC][mlir][gpu] Fully-qualify all namespaces in the GPU compilation interfac...Fabian Mora1-12/+14
2024-06-09[mlir][Transforms][NFC] Improve dialect conversion documentation (#94736)Matthias Springer1-2/+3
2024-06-08[mlir][Transforms][NFC] `GreedyPatternRewriteDriver`: Use composition instead...Matthias Springer1-0/+1
2024-06-08[mlir] Handle the newly-added "Reserved" FramePointerKind for 1a5239251ead73e...Jie Fu1-1/+4
2024-06-07[mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterfac...srcarroll3-43/+92
2024-06-07[mlir] Fix bugs in expand_shape patterns after semantics changes (#94631)Max1911-10/+40