iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.

Home Page:http://iree.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winograd transform generates bad memory accessing pattern for CPU

hanhanW opened this issue · comments

The winograd transform ops could read/write non-contiguous data. However, it is not a hard limit. We should expose some controls and update ops definition/operands/attributes based on needs.