Error Code: 78 when dla_compile
Hello
I'm starting with OpenVino and Intel FPGA AI suite. I have a pretrained model imported from TF and working with OpenVino. I have the .bin and the .xml files. However, when I try to copile the model for Arria 10 SOC FPGA I get the following error:
"
Starting compilation
Error Code: 78
Error Description: Error: Filter cache is too small. Maximum filter channels is too small to be bumped down to a multiple of sb_c_banks. Must be multiple of 32 that does not exceed 20
File: ../compiler/core/src/dla_pass_slice_analysis.cpp
Function: computeChannelSliceFactor
Line #: 2053
Error occurred.
../compiler/aot_plugin/src/dla_executable_network.cpp:60 DLA has thrown an exception: Error: Filter cache is too small. Maximum filter channels is too small to be bumped down to a multiple of sb_c_banks. Must be multiple of 32 that does not exceed 20
"
I have used the given A10_Performance.arch file. Could you help me?
Thank you in advance