summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-141-4/+10
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-021-16/+69
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-021-3/+3
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-3/+3
* 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-3/+3
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-1/+1
* [Linalg] Expose subview promotion as a declarative patternJose Ignacio Gomez2019-12-161-0/+15
* Continue refactoring StructuredOps utilitiesNicolas Vasilache2019-12-111-7/+7
* [Linalg] Add a Linalg iterator permutation transformationJose Ignacio Gomez2019-12-101-0/+37
* [StructuredOps][Linalg] Add a primitive pattern to rewrite the linalg.generic...Nicolas Vasilache2019-12-091-0/+87
* [Linalg] Add permutation information to tilingJose Ignacio Gomez2019-12-051-5/+5
* Fix Windows BuildNicolas Vasilache2019-11-221-1/+2
* Fix OSS builds - NFCNicolas Vasilache2019-11-211-1/+1
* Split Linalg declarative patterns from specific test patterns - NFCNicolas Vasilache2019-11-211-62/+37
* Drop spurious debug spew.Nicolas Vasilache2019-11-011-2/+0
* Add Linalg pattern for producer-consumer fusionNicolas Vasilache2019-11-011-5/+72
* Add basic support for declarative Linalg transformationsNicolas Vasilache2019-10-301-0/+67
OpenPOWER on IntegriCloud