gromero commented on a change in pull request #9229:
URL: https://github.com/apache/tvm/pull/9229#discussion_r735807426



##########
File path: python/tvm/driver/tvmc/runner.py
##########
@@ -404,16 +513,24 @@ def run_module(
         dev = session.vulkan()
     elif device == "rocm":
         dev = session.rocm()
+    elif device == "micro":
+        dev = session.device
+        lib = session.get_system_lib()
     else:
         assert device == "cpu"
         dev = session.cpu()
 
+    # TODO(gromero): Adjust for micro targets.

Review comment:
       @areusch Do you have any suggestion on how to fix it?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to