iree icon indicating copy to clipboard operation
iree copied to clipboard

[Winograd] Allow for specifying different input tile dimensions

Open Max191 opened this issue 1 year ago • 0 comments

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.

Max191 avatar May 20 '24 23:05 Max191