ZQPei commented on issue #9617:
URL: https://github.com/apache/tvm/issues/9617#issuecomment-983254152


   > from tvm.driver import tvmc
   
   I think I have found the root cause of your problem.
   As we can see in 
https://github.com/apache/tvm/blob/32e80128d195db9987e47a89755f4ef4d7cf8e8d/python/tvm/driver/tvmc/__init__.py#L22
   and
   
https://github.com/apache/tvm/blob/32e80128d195db9987e47a89755f4ef4d7cf8e8d/python/tvm/driver/tvmc/runner.py#L37-L39
   
   `tvm.micro` is imported in any case without a detection of `USE_MICRO` macro.
   This bug was mistakenly introduced by 
https://github.com/apache/tvm/pull/9229.
   
   Thank you so much for reporting this bug. I will try to fix it as soon as 
possiable.


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