summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* [mlir][Linalg] NFC - Post-commit format fixNicolas Vasilache2020-01-031-2/+3
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error on older...Nicolas Vasilache2020-01-031-2/+7
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermi...Nicolas Vasilache2020-01-031-4/+6
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-031-0/+23
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-13/+13
* 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-12/+12
* Deprecate linalg.subview in favor of std.subviewNicolas Vasilache2019-11-131-5/+4
* Adds std.subview operation which takes dynamic offsets, sizes and strides and...Andy Davis2019-11-111-3/+4
* Standardize Linalg transformations to take an OpBuilder and an OperationFolde...Nicolas Vasilache2019-10-281-12/+12
* Move Linalg and VectorOps dialects to the Dialect subdir - NFCNicolas Vasilache2019-08-191-0/+155
OpenPOWER on IntegriCloud