tqchen commented on a change in pull request #7994:
URL: https://github.com/apache/tvm/pull/7994#discussion_r628268088



##########
File path: vta/tutorials/frontend/deploy_classification.py
##########
@@ -63,6 +63,8 @@
 
 # Make sure that TVM was compiled with RPC=1
 assert tvm.runtime.enabled("rpc")
+# Make sure vta is available
+assert tvm.get_global_func("tvm.contrib.vta.init", True) is not None

Review comment:
       This function is not available in simulator and only available in rpc 
server to initialize the remote bitstream




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


Reply via email to