Skip to content
Discussion options

You must be logged in to vote

Hello @kurtis-b! This is indeed an interesting pattern. At the objectfifo level you could do this with a link: have one objectfifo of0 going from the compute tile to the memory tile with object size 64x64, and a second objectfifo of1 forwarded from the memory tile to the shim tile (or to some other tile) with object size 64x256. The DMAs will fill the 64x256 objects on the memory tile sequentially with the 64x64 tensors. Here is an example where you can see that the object size of of_out0 is three times that of of_out1.

One thing to observe here is that if no dimensions are given to the objectfifos, the 64x256 objects will be filled sequentially. If this is different than the layout you e…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kurtis-b
Comment options

Answer selected by kurtis-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants