Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Matrix] Update shape propagation to iterate until done. | Florian Hahn | 2020-01-09 | 1 | -43/+62 |
* | [Matrix] Propagate and use shape information for loads. | Florian Hahn | 2020-01-09 | 1 | -13/+29 |
* | [Matrix] Implement back-propagation of shape information. | Florian Hahn | 2020-01-09 | 1 | -1/+63 |
* | [Matrix] Propagate and use shape info for binary operators. | Florian Hahn | 2019-12-27 | 1 | -2/+74 |
* | [Matrix] Use fmuladd for matrix.multiply if allowed. | Florian Hahn | 2019-12-23 | 1 | -5/+25 |
* | [Matrix] Add forward shape propagation and first shape aware lowerings. | Florian Hahn | 2019-12-23 | 1 | -52/+278 |
* | [Matrix] Add first set of matrix intrinsics and initial lowering pass. | Florian Hahn | 2019-12-12 | 1 | -0/+479 |