juannzou opened a new issue #7182: URL: https://github.com/apache/tvm/issues/7182
I am getting an error while following [Testing Pynq-based Hardware Setup](https://tvm.apache.org/docs/vta/install.html#testing-your-pynq-based-hardware-setup). First I used [Pynq 0.0.1 bitstream](https://github.com/uwsampl/vta-distro/tree/master/bitstreams/pynq/0.0.1), and ran the following on host/PC, while RPC server is running on the Pynq board: > python3 <tvm root>/vta/tests/python/integration/test_benchmark_topi_conv2d.py Which resulted in RecursionError. See @lhf1997 comment under: https://github.com/apache/tvm/pull/6012#issuecomment-656022147. See also: https://discuss.tvm.apache.org/t/vta-recursion-error/7271. Then I tried with [Pynq 0.0.2 bitstream](https://github.com/uwsampl/vta-distro/tree/master/bitstreams/pynq/0.0.2), and got the following output: VTA CONV2D TEST FAILED, as shown in the picture below (the one on the right is the host/PC output and the one on the left is the board output):  I tried to run again and got some other error, as shown in the picture below:  The error in both cases seems to be related to loading VTA library libvta.so and conv2d.o! Any idea? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
