Conv MVAU external mem_mode deadlock on KV260 with FINN v0.10.1 #1655
Unanswered
zeysudesenol
asked this question in
Q&A
Replies: 0 comments
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.
Hi,
I'm deploying a YOLO model on KV260 using FINN v0.10.1 with selective external weights (7 out of 10 MVAU layers set to mem_mode=external via folding config).
The bitfile is generated successfully and the DMA channels (idma0-idma6 for weights, idma7 for input) are visible in ol.ip_dict. However, during inference, the system hangs (deadlock):
The same approach works perfectly for a KWS model (FC layers only).
Questions:
Thank you.
All reactions