aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-24[mlir][linalg] NFC: Use tablegen macro for pass constructors (#82892)Quinn Dawkins2-86/+39
2024-02-24[mlir] Use `OpBuilder::createBlock` in op builders and patterns (#82770)Matthias Springer3-5/+5
2024-02-23[mlir][sparse] remove very thin header file from sparse runtime support (#82820)Aart Bik3-39/+6
2024-02-23[mlir][sparse] cleanup sparse runtime library (#82807)Aart Bik3-67/+9
2024-02-23[MLIR] Expose approximation patterns for tanh/erf. (#82750)Johannes Reifferscheid1-0/+3
2024-02-23[mlir][Transforms] Encapsulate dialect conversion options in `ConversionConfi...Matthias Springer1-28/+47
2024-02-23[mlir][Transforms] Make `ConversionPatternRewriter` constructor private (#82244)Matthias Springer1-1/+9
2024-02-23[MLIR][LLVM] Fix debug intrinsic import (#82637)Tobias Gysi1-1/+5
2024-02-22[mlir] Fix FunctionOpInterface extraSharedClassDeclaration to be fully namesp...shkoo1-113/+113
2024-02-22[Tosa] Add Tosa Sin and Cos operators (#82510)Jerry-Ge2-0/+42
2024-02-22[MLIR] Fix LLVM dialect specification to use AnySignlessInteger instead of An...Mehdi Amini1-23/+23
2024-02-22[mlir][Vector] Fix bug in vector xfer op flattening transformation (#81964)Diego Caballero1-0/+3
2024-02-22[mlir][Transforms] Dialect conversion: Improve signature conversion API (#81997)Matthias Springer1-3/+9
2024-02-21[mlir][GPU] Remove the SerializeToCubin pass (#82486)Fabian Mora1-14/+0
2024-02-21[mlir][Vector] Add vector bitwidth target to xfer op flattening (#81966)Diego Caballero1-2/+7
2024-02-21[mlir][Transforms][NFC] Turn in-place op modification into `IRRewrite` (#81245)Matthias Springer1-2/+2
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko2-0/+113
2024-02-20[mlir][Linalg] Add folders for `linalg.transpose` (#81709)Diego Caballero1-1/+2
2024-02-20[mlir][sparse] support SoA COO in codegen path. (#82439)Peiming Liu2-2/+11
2024-02-20[mlir][mesh] Better op result names (#82408)Boian Petkantchin1-6/+19
2024-02-20[mlir][Vectorizer] Added support to Vectorize tensor.unpack (#76087)Balaji V. Iyer1-7/+5
2024-02-20[mlir][sparse] support type conversion from SoA COO to memrefs. (#82398)Peiming Liu2-2/+17
2024-02-20[mlir][VectorOps] Add unrolling for n-D vector.interleave ops (#80967)Benjamin Maxwell3-0/+46
2024-02-20[mlir][IR][NFC] Rename `notify*Removed` to `notify*Erased` (#82253)Matthias Springer2-7/+7
2024-02-19[MLIR] Add ODS support for generating helpers for dialect (discardable) attri...Mehdi Amini3-10/+19
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-1/+1
2024-02-19[MLIR][tensor] Improve `tensor.pack` verifier to catch more cases with uncond...srcarroll1-3/+4
2024-02-18[mlir][arith] Align shift Ops with LLVM instructions on allowed shift amounts...Felix Schneider1-5/+5
2024-02-18 [MLIR][OpenMP] Add `private` clause to `omp.parallel` (#81452)Kareem Ergawy1-2/+6
2024-02-17[mlir][sparse] deallocate tmp coo buffer generated during stage-spars… (#82...Peiming Liu2-5/+5
2024-02-17[mlir] Introduce `trailingNDimsContiguous` for MemRefs (#78247)Andrzej Warzyński1-0/+10
2024-02-16[mlir] Reland "Initial patch to add an MPI dialect" (#81975)Anton Lydike8-0/+509
2024-02-16[mlir][mesh] Dedublicate iterator type and partial type information (#81920)Boian Petkantchin7-52/+54
2024-02-16[mlir][ArmSVE] Add `arm_sve.zip.x2` and `arm_sve.zip.x4` ops (#81278)Benjamin Maxwell1-0/+121
2024-02-16[MLIR][OpenMP] Support `llvm` conversion for `omp.private` regions (#81414)Kareem Ergawy1-0/+6
2024-02-15[mlir][sparse] introduce SoA level property on singleton level. (#81942)Peiming Liu2-5/+24
2024-02-15Reapply "[mlir][sparse] remove LevelType enum, construct LevelType from Level...Peiming Liu1-325/+202
2024-02-15Revert "[mlir][sparse] remove LevelType enum, construct LevelType from LevelF...Mehdi Amini1-202/+325
2024-02-15[mlir][mesh] Add all-slice operation (#81218)Boian Petkantchin6-2/+115
2024-02-15[mlir][sparse] remove LevelType enum, construct LevelType from LevelF… (#81...Peiming Liu1-325/+202
2024-02-15[MLIR][AMDGPU]Add refactoring for shared-mem optimization (#81791)erman-gurses1-5/+5
2024-02-15Revert "[mlir] Initial patch to add an MPI dialect (#68892)" (#81884)Kunwar Grover8-509/+0
2024-02-15[mlir] Initial patch to add an MPI dialect (#68892)Anton Lydike8-0/+509
2024-02-15[mlir][OpenMP] Add copyprivate support to omp.single (#80477)Leandro Lupori1-0/+10
2024-02-15[MLIR][Presburger] Implement vertex enumeration and chamber decomposition for...Abhinav2718287-9/+116
2024-02-14[mlir][Transforms] Support `moveOpBefore`/`After` in dialect conversion (#81240)Matthias Springer2-11/+4
2024-02-14[mlir][Transforms][NFC] Improve listener layering in dialect conversion (#81236)Matthias Springer1-16/+1
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko1-1/+60
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev1-0/+6
2024-02-14[mlir][nvvm] Introduce `nvvm.barrier` OP (#81487)Guray Ozen1-0/+19