summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
...
* [mlir][bufferization] Improve findValueInReverseUseDefChain signatureMatthias Springer2023-05-154-30/+62
* [mlir][IR][tests] Fix incorrect API usage in RewritePatternsMatthias Springer2023-05-151-2/+5
* [mlir][bufferization] Fix unknown ops in BufferViewFlowAnalysisMatthias Springer2023-05-152-60/+95
* [mlir][transform] Use TrackingListener-aware iterator for getPayloadOpsMatthias Springer2023-05-1512-187/+313
* [IR] Drop const in DILocation::getMergedLocationChristian Ulmann2023-05-155-16/+16
* [MLIR] NFC. Add missing const on affine analysis utils methodsUday Bondhugula2023-05-142-5/+5
* [MLIR] NFC. Make affine analysis utils method const correctUday Bondhugula2023-05-142-2/+2
* [MLIR] NFC. Pass affine copy options by const refUday Bondhugula2023-05-131-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-132-9/+2
* [mlir][openacc] Add canonicalization pattern for acc.host_dataValentin Clement2023-05-123-0/+83
* Fix mlir trait documentation typoJerry Ge2023-05-121-2/+2
* [mlir][tosa] Add accumulator type attribute to TOSA dialectTatWai Chong2023-05-127-18/+38
* Add additional criteria for hoisting vector.transfer_readsHarsh Menon2023-05-122-0/+4
* Revert "[mlir][irdl] Add verification of IRDL ops"Mathieu Fehr2023-05-1210-409/+5
* [mlir][gpu][sparse] add gpu ops for sparse matrix computationsAart Bik2023-05-129-1/+865
* [mlir][irdl] Add verification of IRDL opsMathieu Fehr2023-05-1210-5/+409
* [mlir][Linalg] NFC - Retire dead tilePadOpNicolas Vasilache2023-05-122-108/+0
* [mlir][Linalg] NFC - Retire dead FusionOnTensors.cppNicolas Vasilache2023-05-123-477/+0
* [mlir][sparse] minor reorg of sparse tensor tablegen defsAart Bik2023-05-121-47/+56
* DestinationPassingStyle: allow additional non-tensor resultsBenoit Jacob2023-05-124-18/+108
* [mlir][memref] Lower copy of memrefs with outer size-1 dims to intrinsic memcpy.Oleg Shyshkov2023-05-122-10/+20
* [mlir][NFC] Fix broken sidebar and improve documentationKohei Yamaguchi2023-05-122-4/+12
* [mlir][linalg] Add channel-first variants of convolutionkon722023-05-123-1/+425
* [mlir][transform] TrackingListener: Allow existing ops as replacementsMatthias Springer2023-05-122-29/+2
* [mlir] Add timings to mlir translate.Tobias Gysi2023-05-125-2/+32
* [mlir] Update method cast calls to function callsTres Popp2023-05-1296-1780/+1888
* [mlir] Move casting calls from methods to function callsTres Popp2023-05-12287-2189/+2114
* [mlir] Move casting method calls to function callsTres Popp2023-05-1256-467/+463
* [mlir][Linalg] NFC - fail gracefully instead of asserting in HoistPaddingNicolas Vasilache2023-05-121-2/+3
* [mlir][tosa] Fold exp(log) operation into no-opKai Sasaki2023-05-123-0/+22
* [MLIR][Memref] Remove unnecessary #includeJohn Demme2023-05-121-1/+0
* [mlir][spirv] Support sub-byte integer types in type conversionLei Zhang2023-05-114-12/+180
* [mlir][openacc] Add host_data operationValentin Clement2023-05-113-1/+95
* [MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli2023-05-116-80/+483
* [mlir][spirv] NFC: Clean up MemRefToSPIRV tests with CSELei Zhang2023-05-111-61/+45
* [mlir][spirv] Remove duplicated tests in MemRefToSPIRV conversionsLei Zhang2023-05-111-93/+18
* [mlir][Linalg] Add support for lowerPack on dynamic outer shapes.Hanhan Wang2023-05-112-18/+80
* [mlir][sparse] add util for ToCoordinatesBuffer for COO AoSAart Bik2023-05-113-3/+12
* [mlir][flang][openacc] Remove obsolete operand legalization passesValentin Clement2023-05-118-317/+1
* [mlir][llvm] Improve LLVM IR constant import.Tobias Gysi2023-05-113-128/+218
* [mlir][llvm] Improve lookups in LLVM IR import (NFC).Tobias Gysi2023-05-111-11/+13
* [mlir][bytecode] Fix dialect version parsing.Jacques Pienaar2023-05-113-6/+16
* [mlir][doc] Fix the EBNF description of mlir syntax in language reference docYan Xin2023-05-111-20/+20
* [mlir][Linalg] Use ReifyRankedShapedTypeOpInterface for pad transforms.Hanhan Wang2023-05-101-20/+14
* Adopt Properties to store operations inherent Attributes in the Tensor dialectMehdi Amini2023-05-111-0/+1
* Adopt Properties to store operations inherent Attributes in the SPIRV dialectMehdi Amini2023-05-111-0/+1
* Adopt Properties to store operations inherent Attributes in the SparseTensor ...Mehdi Amini2023-05-111-0/+1
* Adopt Properties to store operations inherent Attributes in the Shape dialectMehdi Amini2023-05-111-0/+1
* Adopt Properties to store operations inherent Attributes in the SCF dialectMehdi Amini2023-05-111-0/+1
* [mlir][openacc] Cleanup acc.kernels from old data clause operandsValentin Clement2023-05-103-58/+1