-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VTA] Move compiler related registry items to vta/build_module.py #6012
Conversation
cc @tmoreau89 |
When i run the 2D convolution testbench in Pynq-Z1 i found a new problem. Here are the codes. |
@lhf1997 on the Pynq set the following env variable
Then re-run the compilation steps under incubator-tvm/build with
And re-run the RPC server, and the example. I'll issue a fix to this bug. |
@tmoreau89 I set the following env variable on the pynq-side and than
But still have the same bug
Is there a problem with my settings? or just a bug in vta ? |
Hi @lhf1997 I had the same issue. Have you tried with Pynq bitstream 0.0.2? It worked for me! But then I got another error. I have opened new issue #7182 on that. See also: https://discuss.tvm.apache.org/t/vta-test-fail-while-running-the-2d-convolution-testbench-on-pynq/8789 Hope this helps. |
Related https://discuss.tvm.ai/t/problem-start-rpc-server-in-pynq-z1/7115