summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.Nicolas Vasilache2020-01-141-12/+31
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+4
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-031-2/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-25/+21
* 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-22/+22
* Restructure and update Linalg ODS and documentation - NFCNicolas Vasilache2019-12-191-1/+1
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-131-1/+2
* Continue refactoring StructuredOps utilitiesNicolas Vasilache2019-12-111-2/+2
* Implement Linalg to loops lowering as a patternNicolas Vasilache2019-11-271-0/+612
OpenPOWER on IntegriCloud