flip1995 commented on issue #4272:
URL: https://github.com/apache/incubator-tvm/issues/4272#issuecomment-709335331


   Oh damn, I totally forgot about it. Basically you have to add those two 
lines to your python script, that runs your model on the PYNQ:
   
   ```python
   dll_path = "/home/xilinx/tvm/build/libvta.so"
   ctypes.CDLL(dll_path, ctypes.RTLD_GLOBAL)
   ```
   
   before the `graph_runtime.create(..)` command. 
   
   I hope this still works. I haven't used TVM/VTA for a long time now.


----------------------------------------------------------------
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