Skip to content

Tiling, row major vs column major #4

@asultan123

Description

@asultan123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions