-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Descriptors are generally generated from the tiling of the weight matrix (at least for the 1x1 case). The assumption is that the tiling follows a row major-esqe execution order. I.e you finish a row of tiles first, going column by column, before transitioning to the next row. That's not the only way to do it though. Tiling iterations can follow a column-major order. I,e the same ifmap pixel could be re-read as new filters are loaded while keeping the same channel indicies. One could alternate between one and the other depending on the access cost of the ifmaps vs weights memories.
Metadata
Metadata
Assignees
Labels
No labels