Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Matrix] Update shape propagation to iterate until done. | Florian Hahn | 2020-01-09 | 1 | -0/+84 |
* | [Matrix] Propagate and use shape information for loads. | Florian Hahn | 2020-01-09 | 2 | -123/+140 |
* | [Matrix] Implement back-propagation of shape information. | Florian Hahn | 2020-01-09 | 2 | -0/+222 |
* | [Matrix] Propagate and use shape info for binary operators. | Florian Hahn | 2019-12-27 | 2 | -6/+97 |
* | [Matrix] Use fmuladd for matrix.multiply if allowed. | Florian Hahn | 2019-12-23 | 4 | -0/+276 |
* | [Matrix] Add forward shape propagation and first shape aware lowerings. | Florian Hahn | 2019-12-23 | 3 | -264/+392 |
* | [Matrix] Add first set of matrix intrinsics and initial lowering pass. | Florian Hahn | 2019-12-12 | 13 | -0/+1967 |