lhf1997 commented on pull request #6012:
URL: https://github.com/apache/incubator-tvm/pull/6012#issuecomment-656485954


   @tmoreau89  I set the following env variable on the pynq-side and than 
   
   ```
   cmake ..
   make runtime vta -j2
   ```
   
   ```
   xilinx@pynq:~/tvm/build$ cmake ..
   -- Build with RPC support...
   -- Build with Graph runtime support...
   -- VTA build with VTA_HW_PATH=/home/xilinx/tvm/3rdparty/vta-hw
   -- Build VTA runtime with target: pynq
   -- Build with contrib.sort
   -- Build with contrib.hybriddump
   -- Building with TVM Map...
   -- Build with thread support...
   -- Configuring done
   -- Generating done
   -- Build files have been written to: /home/xilinx/tvm/build 
   ```
   
   ```
   xilinx@pynq:~/tvm/build$ make runtime vta -j2
   [100%] Built target tvm_runtime
   [100%] Built target runtime
    [100%] Built target vta
   
   ```
   
   But still have the same bug
   
   ```
   File "/home/lhf/tvm/src/runtime/rpc/rpc_endpoint.cc", line 370
   RPCError: Error caught from RPC call:
   RecursionError: maximum recursion depth exceeded in comparison
   ```
   
   Is there a problem with my settings? or just a bug in vta ?
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to