You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are developing AIE-ML kernels in Vitis (ADF graph, C++) targeting Versal devices and using adf::tiling for multi-dimensional data movement through memory tiles. For higher-dimensional buffers (e.g., 3D/4D) and complex tiling/traversal patterns, we frequently hit the compiler error: "Failed to allocate buffer descriptors due to insufficient number of available buffer descriptors."
It seems that a single tiling expression expands into more DMA transfers than the available BD slots per memory tile. What is the recommended approach when a tiling exceeds BD capacity? Does ADF/Vitis support BD reconfiguration in any form, and if yes, is this accessible at graph C++ level and how.
Any guidance or examples would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are developing AIE-ML kernels in Vitis (ADF graph, C++) targeting Versal devices and using
adf::tilingfor multi-dimensional data movement through memory tiles. For higher-dimensional buffers (e.g., 3D/4D) and complex tiling/traversal patterns, we frequently hit the compiler error: "Failed to allocate buffer descriptors due to insufficient number of available buffer descriptors."It seems that a single tiling expression expands into more DMA transfers than the available BD slots per memory tile. What is the recommended approach when a tiling exceeds BD capacity? Does ADF/Vitis support BD reconfiguration in any form, and if yes, is this accessible at graph C++ level and how.
Any guidance or examples would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions