summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Python] Fix generation of accessors for OptionalMichal Terepeta2021-11-186-28/+42
* [mlir][linalg][bufferize] Fix bufferize bug where non-tensor ops are not skippedMatthias Springer2021-11-182-24/+12
* [mlir][linalg][bufferize][NFC] Decouple ComprehensiveBufferize from tensor di...Matthias Springer2021-11-182-100/+147
* [mlir] Convert NamedAttribute to be a classRiver Riddle2021-11-1853-219/+301
* [mlir][sparse] refine lexicographic insertion to any tensorAart Bik2021-11-175-31/+416
* [mlir][tosa] Revert add-0 canonicalization for floating-pointRobert Suderman2021-11-172-26/+4
* [MLIR][Docs] Fix link syntax in Rationale.mdJ. Ryan Stinnett2021-11-171-1/+1
* [mlir][tosa] Fixed shape inference for tosa.transpose_conv2dRob Suderman2021-11-172-4/+22
* [mlir] Refactor AbstractOperation and OperationNameRiver Riddle2021-11-1720-432/+455
* [mlir] Improve documentation of shape dialectJacques Pienaar2021-11-171-0/+201
* [mlir] Fix wrong variable name in Linalg OpDSLAlex Zinenko2021-11-172-4/+17
* [mlir][Vector] First step for 0D vector typeMichal Terepeta2021-11-175-14/+7
* [mlir] Fix formatting in Ops.td files (NFC)Mogball2021-11-172-50/+41
* [mlir][lsp] Use ResultGroupDefinition structMogball2021-11-173-11/+14
* [mlir] Fix clang5 build after D113641River Riddle2021-11-161-0/+1
* [llvm] Add a SFINAE template parameter to DenseMapInfoRiver Riddle2021-11-166-38/+49
* [mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle2021-11-1685-385/+350
* [MLIR][LLVM] Permit integer types in switch other than i32William S. Moses2021-11-168-21/+52
* [mlir][LLVM] Fix folding of LLVM::ExtractValueOpNicolas Vasilache2021-11-162-0/+32
* [mlir][spirv] add AtomicFAddEXTOpButygin2021-11-165-9/+133
* [mlir] spirv: Add scf.while spirv conversionButygin2021-11-162-6/+185
* [mlir] Support multi-dimensional vectors in MathToLibm conversion.Adrian Kuegel2021-11-162-16/+38
* [MLIR] Simplify semi-affine expressions using flatteningArnab Dutta2021-11-165-34/+368
* [MLIR] FlatAffineConstraints: Allow extraction of explicit representation of ...Groverkss2021-11-164-44/+63
* Revert "[MLIR][LLVM] Permit integer types in switch other than i32"Mehdi Amini2021-11-168-52/+20
* [MLIR][LLVM] Permit integer types in switch other than i32William S. Moses2021-11-168-20/+52
* [mlir][linalg][bufferize][NFC] Clean up tensor op bufferizationMatthias Springer2021-11-161-28/+25
* [mlir][sparse] first version of "truly" dynamic sparse tensors as outputs of ...Aart Bik2021-11-1512-210/+638
* [tosa][mlir] Refactor tosa.reshape lowering to linalg for dynamic cases.natashaknk2021-11-152-86/+249
* [mlir][tosa] Add tosa.mul by one canonicalizationnot-jenni2021-11-153-1/+84
* [mlir][Vector] Make vector.shape_cast based size-1 foldings opt-in and separate.Nicolas Vasilache2021-11-155-97/+111
* [mlir][Linalg] Add a DownscaleDepthwiseConv2DNhwcHwcOp decomposition pattern.Nicolas Vasilache2021-11-152-2/+99
* [mlir][linalg] Make loop ops in TileLoopNest accessibleLei Zhang2021-11-151-0/+3
* [PatternMatch] Add a new m_Any that binds a value.Chris Lattner2021-11-151-0/+11
* [mlir][Linalg] Fix and improve vectorization of depthwise convolutions.Nicolas Vasilache2021-11-152-35/+23
* [mlir][Linalg] Add bounded recursion declaration to FMAOp -> LLVM conversion.Nicolas Vasilache2021-11-152-2/+13
* [mlir] Move min/max ops from Std to Arith.Alexander Belyaev2021-11-1532-599/+549
* [mlir] DialectConversion: fix OperationLegalizer::isIllegal result when legal...Butygin2021-11-153-9/+70
* [mlir][Linalg] Fix off-by-one error in conv vector size computation.Nicolas Vasilache2021-11-152-9/+13
* [mlir][linalg][bufferize] Allow non-tensor mappings in BufferizationStateMatthias Springer2021-11-153-12/+83
* [mlir] NFC - Add VectorType::Builder to more easily build vector types from e...Nicolas Vasilache2021-11-154-28/+60
* [mlir][linalg][bufferize] Fix insertion point of result buffersMatthias Springer2021-11-153-52/+53
* [mlir][Linalg] Make depthwise convolution naming scheme consistent.Nicolas Vasilache2021-11-159-83/+83
* Revert "[mlir] FlatAffineConstraint parsing for unit tests"Mehdi Amini2021-11-158-205/+1
* Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo2021-11-1417-56/+321
* [mlir][ods] AttrOrTypeDef format: parse typesMogball2021-11-144-1/+31
* [mlir][ods] Fix unused uniqued attr constraintMogball2021-11-141-0/+1
* Use std::make_unique instead of `new` to reinitalize a unique_ptr (NFC)Mehdi Amini2021-11-141-1/+1
* [mlir] FlatAffineConstraint parsing for unit testsChristian Ulmann2021-11-148-1/+205
* Fix some clang-tidy reports in MLIR (NFC)Mehdi Amini2021-11-133-5/+4