Skip to content

Questions about native_granularity and granularities #74

@gychen233

Description

@gychen233

I'm a little confused by the concept of granularity. I appreciate you taking the time to answer these few questions for me.

Q1: Can granularity[0] be greater than native_granularity[0] ? ( And can granularity[1] be greater than native_granularity[1] ? )

I have an example here that I'd like you to take a look at.

Image

Q2: For this eample, if memory is sufficient and native_granularity is [128, 128], can I fuse all the nodes and use granularity [128, 128, 32] ?

Q3: If Q2 is feasible, Is the computing time for a single turn calculated as $2000 \cdot \frac{256}{128} + 2000 \cdot \frac{32}{256} = 4250$?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions