Alan Li
Alan Li
I would like to use this little tool to do some easy assembling in my project but found that this does not support label syntax, such as: ``` ... some_label:...
Implement the algorithm presented [here](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.123.7624&rep=rep1&type=pdf#page=13)
We will use general purpose List Scheduling that is already provided as infrastructure to do scheduling, before we can have a better scheduler.
This is a generic idea in the design of matrix multiplication implementations: the M and N dimensions play symmetrical roles, so there is this opportunity to halve the problem space...
This is to get encoding ready for ops other than MATMUL. Resolves https://github.com/iree-org/iree/issues/17604
* rename `round_dims_to` to `max_padding` * make `max_padding` a generic case single value attribute Progress towards https://github.com/iree-org/iree/issues/17553
TODO: Interleaving dimensions. But that is just changing transpose dimensions.
This patch enables `i1` datatype support. * Previously `i1` was treated as `i8` in memory. This patch avoids padding `i1` * Fixes some corner-case issues with `i1` and `i2` where...