Replies: 1 comment 2 replies
-
@makslevental is this something that could be added? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
dma
op is a great improvement in syntax over thedma_star
t op and bd chaining. However it is lacking thenext_bd
feature that is supported in the AIE DMA hardware. It would be great to add this so that more complicated patterns can be expressed. For example bringing in a vector followed by a ping-pong pair to bring in tiles of a larger matrix all on the same DMA channel:Beta Was this translation helpful? Give feedback.
All reactions