Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors. | Nicolas Vasilache | 2020-01-14 | 1 | -12/+31 |
* | Make helper functions static or move them into anonymous namespaces. NFC. | Benjamin Kramer | 2020-01-14 | 1 | -2/+4 |
* | [mlir][linalg] Lower linalg to affine loops | Ahmed Taei | 2020-01-03 | 1 | -2/+1 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -25/+21 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V... | River Riddle | 2019-12-22 | 1 | -22/+22 |
* | Restructure and update Linalg ODS and documentation - NFC | Nicolas Vasilache | 2019-12-19 | 1 | -1/+1 |
* | Add a layer of EDSC for linalg.GenericOp | Nicolas Vasilache | 2019-12-13 | 1 | -1/+2 |
* | Continue refactoring StructuredOps utilities | Nicolas Vasilache | 2019-12-11 | 1 | -2/+2 |
* | Implement Linalg to loops lowering as a pattern | Nicolas Vasilache | 2019-11-27 | 1 | -0/+612 |