What does the mapper configuration means? #17
Unanswered
KelvinChung2000
asked this question in
Q&A
Replies: 1 comment
-
Your understanding is exactly correct. For the constants, there is actually a constant queue in each tile. Data needs to be carefully preloaded into it. For |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, for example, with the following:
This configuration is mapped to the node at (2,1).
out_[0-3]
suggests it is not outputting any data, andout_[4-7]
suggests it is taking only one input and the input is coming from theeast
side.predicate=0
means it will always execute. Is my understanding correct?For an operation like OPT_ADD_CONST, how do I obtain the constant that is being added? If this operation is the "loop counter", how can the configuration tell it needs to store the result and reuse it in the next cycle?
Beta Was this translation helpful? Give feedback.
All reactions