Thank you for sharing this work with the community.
We are trying to reproduce the results for ResNet-18 presented in Table 8 of the HIDA paper (https://arxiv.org/pdf/2311.03379)
We have followed the example, but we are facing difficulties on generating a design that produces a correct output and/or provide similar 45 samples/s throughput as reported in the paper.
We have tried variations of:
scalehls-opt resnet18.mlir \
-hida-pytorch-pipeline="top-func=forward loop-tile-size=8 loop-unroll-factor=4" \
| scalehls-translate -scalehls-emit-hlscpp -emit-vitis-directives > resnet18.cpp
Could you please share a script that reproduces the results?
Thanks in advance