summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-141-3/+8
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-6/+6
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-13/+12
* 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-17/+18
* [Linalg] Expose subview promotion as a declarative patternJose Ignacio Gomez2019-12-161-7/+11
* Drop unused function - NFCNicolas Vasilache2019-11-211-5/+0
* Deprecate linalg.subview in favor of std.subviewNicolas Vasilache2019-11-131-18/+9
* Adds std.subview operation which takes dynamic offsets, sizes and strides and...Andy Davis2019-11-111-5/+9
* Update Linalg to use std.viewNicolas Vasilache2019-11-071-21/+46
* Standardize Linalg transformations to take an OpBuilder and an OperationFolde...Nicolas Vasilache2019-10-281-4/+4
* Decouple Linalg promotion from Linalg tiling - NFCNicolas Vasilache2019-10-171-0/+233
OpenPOWER on IntegriCloud