-
Hi, I am getting this error when building the code.
Please help, how would this error be solved? Thanks in advance~ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Can you please post more details on the configuration (backend, target device, HLS version etc.), model architecture and size. A full script to re-create the error would be helpful. |
Beta Was this translation helpful? Give feedback.
My best guess is that the model is too large and the compiler can't figure out how to place the target variable into registers for this given device. Can you try increasing the ReuseFactor?
Additionally, maybe trying out Intel OneAPI instead of Intel HLS, since HLS has been deprecated and OneAPI should offer better performance?