Dataflow build taking too long #1057
Unanswered
Adityasrinivas24
asked this question in
Q&A
Replies: 1 comment
-
Hi, In general, setting the mem_mode of your layers (e.g. MVAU) to internal_decoupled should result in faster HLS than internal_embedded (const). Switching to the new RTL components introduced in the latest FINN release might also reduce build time significantly because no HLS has to take place. |
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
-
Hi,
I customised CNV(w8a8) for weight and activation bit width of 8 and tried building stiched ips, bitstream and pynq driver as shown here. But the
step_hw_ipgen
generation step is taking unbelievably long to finish and I'm aware thatstep_set_fifo_depths
takes longer.What parameters i should consider tuning for a faster build? Once a benchmark has been set, I plan on fine tuning for better performance
Beta Was this translation helpful? Give feedback.
All reactions