summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-141-1/+8
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-1/+1
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-7/+7
* [mlir][Linalg] NFC - Make consistent use of op.emitOpErrorNicolas Vasilache2020-01-021-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-28/+27
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-26/+27
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-2/+2
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-131-1/+1
* [Linalg] Add tiling for IndexedGenericOp with a region.Alexander Belyaev2019-12-111-9/+115
* [Linalg] Add a Linalg iterator permutation transformationJose Ignacio Gomez2019-12-101-9/+1
* [Linalg] Add permutation information to tilingJose Ignacio Gomez2019-12-051-10/+37
* Replace explicit concatenation by llvm::concatNicolas Vasilache2019-11-131-4/+2
* Deprecate linalg.subview in favor of std.subviewNicolas Vasilache2019-11-131-34/+27
* Adds std.subview operation which takes dynamic offsets, sizes and strides and...Andy Davis2019-11-111-10/+11
* Standardize Linalg transformations to take an OpBuilder and an OperationFolde...Nicolas Vasilache2019-10-281-20/+28
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* Decouple Linalg promotion from Linalg tiling - NFCNicolas Vasilache2019-10-171-217/+14
* Fix linalg.subview behavior in (partially) static cases.Nicolas Vasilache2019-10-141-6/+13
* Unify Linalg types by using strided memrefsNicolas Vasilache2019-10-011-12/+11
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-1/+1
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Properly clone Linalg ops with regionsNicolas Vasilache2019-09-031-7/+7
* Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.River Riddle2019-09-011-1/+1
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-2/+2
* Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache2019-08-191-0/+542
OpenPOWER on IntegriCloud