You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/19 19:32:50 UTC

[incubator-tvm] branch main updated (d42c155 -> 580bf6d)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from d42c155  Lazy import XGBoost (#6939)
     add 580bf6d  [µTVM] Fix problems with the debug flow (#6930)

No new revisions were added by this update.

Summary of changes:
 python/tvm/micro/debugger.py                  | 194 +++++++++++++++-----------
 python/tvm/micro/session.py                   |   4 +-
 python/tvm/micro/transport/__init__.py        |   1 +
 python/tvm/micro/transport/base.py            |  55 +++++---
 python/tvm/micro/transport/debug.py           |   1 -
 python/tvm/micro/transport/file_descriptor.py |   9 ++
 python/tvm/micro/transport/serial.py          |   4 +
 python/tvm/micro/transport/wakeup.py          |   9 +-
 src/runtime/micro/micro_session.cc            | 169 ++++++++++++++++------
 tests/python/unittest/test_micro_transport.py | 187 +++++++++++++++++++++++++
 10 files changed, 481 insertions(+), 152 deletions(-)
 create mode 100644 tests/python/unittest/test_micro_transport.py