iree
iree copied to clipboard
[Winograd] Allow for specifying different input tile dimensions
This PR changes the winograd op semantics to allow specifying different positions for the input tile dimensions. This enables faster reads and writes for winograd transform ops, since with inner input tiles, the reads and writes are contiguous.