summaryrefslogtreecommitdiff
path: root/mlir/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [mlir][sparse] Improve quick sort by using a loop to sort the bigger partition.bixia12023-03-101-59/+120
* [mlir][sparse] support dynamic sparse tensor slices.Peiming Liu2023-03-108-95/+205
* Implements MLIR Bytecode versioning capabilityMatteo Franciolini2023-03-103-156/+263
* [mlir][sparse] extend storage specifier operations for slices.Peiming Liu2023-03-103-36/+178
* [mlir][spirv][vector] Add pattern to convert reduction to SPIR-V dot prodJakub Kuderski2023-03-102-0/+88
* [mlir][NFC] reifyResultShapes: Add extra error checkingMatthias Springer2023-03-1011-72/+77
* [mlir][tensor/linalg] Fix bug in reifyResultShapesMatthias Springer2023-03-102-8/+27
* [mlir][GPUToLLVM] Fix regression introduced with opaque-pointers when generat...Markus Böck2023-03-101-2/+1
* [mlir] Add support for f8 data types to LLVM dialect typesEugene Zhulenev2023-03-091-0/+4
* [mlir][vector] remove unnecessary VectorTransformOps includeEmilio Cota2023-03-091-1/+0
* [mlir][sparse] deduplicate non-unique coordinates unconditionallyPeiming Liu2023-03-091-3/+5
* [mlir][sparse] fix bugs when convert coo to coo but with different dim orderingPeiming Liu2023-03-091-3/+9
* [mlir][vector] Add missing build dependencies for VectorToGPUJakub Kuderski2023-03-091-0/+1
* [mlir][vector][nvgpu] Move MMA contraction preparation to VectorUtilsJakub Kuderski2023-03-093-60/+113
* [mlir][sparse] deduplicate non-unique coordinates when coiterating collapsed ...Peiming Liu2023-03-091-13/+83
* [mlir][tensor] Expose padding requirement of pack ops to a static methodHanhan Wang2023-03-091-15/+9
* [Flang][MLIR][OpenMP] Add support for logical eqv in worksharing-loopDylan Fleming2023-03-091-11/+60
* [mlir][llvm] Add inalloca attribute to alloca op.Théo Degioanni2023-03-091-5/+15
* [mlir][sparse] Factoring out Merger::expIsTensorwren romano2023-03-081-4/+3
* [mlir][sparse] Making SortMask into an enum-classwren romano2023-03-081-16/+22
* [mlir][linalg] Downscale 2D convolution with unit dimensions to 1D convolutionDevajith Valaparambil Sreeramaswamy2023-03-082-2/+60
* [mlir][linalg] Add vectorization support for conv_1dDevajith Valaparambil Sreeramaswamy2023-03-081-56/+212
* [mlir][scf] Fix bug in software pipeliner and simplify the logicThomas Raoux2023-03-081-85/+53
* [mlir][sparse] fix a bug in unpack op that used wrong compare predicate.Peiming Liu2023-03-081-1/+2
* Make it possible to create DenseElementsAttrs with arbitrary shaped types in ...Adam Paszke2023-03-081-2/+11
* [mlir] Apply ClangTidyLegacy findings (NFC)Adrian Kuegel2023-03-081-2/+2
* [mlir][linalg] Refine how contiguous loads are identifiedAndrzej Warzynski2023-03-081-65/+88
* Make mlir-opt --show-dialects option print on a single lineMehdi Amini2023-03-081-2/+2
* [mlir][sparse] Cleaning up code style for genCastwren romano2023-03-071-27/+28
* [mlir][sparse] deduplicate non-unique coordinates when coiterating COO tensorsPeiming Liu2023-03-073-6/+82
* [mlir][python] Capture error diagnostics in exceptionsRahul Kayaith2023-03-075-133/+188
* [Flang][OpenMP][MLIR][Driver][bbc] Add -fopenmp-is-device flag to Flang -fc1 ...Andrew Gozillon2023-03-071-0/+20
* [MLIR] Fix affine analysis check for ops with no common blockUday Bondhugula2023-03-071-17/+24
* Move tosa.reshape lowering patterns from TosaToLinalg to TosaToTensorKrzysztof Drewniak2023-03-073-246/+231
* Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini2023-03-073-10/+26
* [mlir][arith] Canonicalize `addi(x, muli(y, -1))` -> `subi(x, y)`Jakub Kuderski2023-03-062-2/+23
* [mlir][sparse] Fixing -Wsign-compare error in D144773wren romano2023-03-061-3/+5
* [mlir] Fix a warningKazu Hirata2023-03-061-1/+1
* [mlir][math] Add math.cbrt polynomial approximationRobert Suderman2023-03-061-1/+94
* [mlir][sparse] Renaming "pointer/index" to "position/coordinate"wren romano2023-03-0619-1297/+1320
* [mlir-opt] Fix dialect preload after fb1bb6aGoran Flegar2023-03-061-0/+1
* Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini2023-03-067-11/+23
* Change the DebugAction paradigm to delegate the control to the handlerMehdi Amini2023-03-061-3/+3
* Expose a convenient registerCLOptions() for MlirOptMainConfigMehdi Amini2023-03-061-60/+74
* [mlir][IR] Clean up mergeBlockBefore and mergeBlocksMatthias Springer2023-03-069-89/+100
* [mlir] Apply ClangTidy readability finding (NFC)Adrian Kuegel2023-03-061-1/+1
* [mlir][IR] Trigger notifyOperationModified for replacementsMatthias Springer2023-03-061-10/+12
* [mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer2023-03-061-207/+2
* [mlir][Interfaces] ReifyRankedShapedTypeOpInterface returns OpFoldResultsMatthias Springer2023-03-0613-57/+56
* [mlir][scf] Relax type requirement on forJacques Pienaar2023-03-051-15/+22