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

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


    from 8022513  refact: rm unused variable (#8290)
     add 3cb838d  [microTVM] Refactor uTVM to microTVM (#8283)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |  2 +-
 NEWS.md                                            |  2 +-
 apps/microtvm/zephyr/aot_demo/src/main.c           | 32 ++++++++--------
 apps/microtvm/zephyr/aot_demo/src/zephyr_uart.c    |  8 ++--
 apps/microtvm/zephyr/host_driven/src/main.c        | 38 +++++++++----------
 cmake/modules/StandaloneCrt.cmake                  | 10 ++---
 .../{utvm_rpc_server.h => microtvm_rpc_server.h}   | 22 ++++++-----
 .../{utvm_runtime.h => microtvm_runtime.h}         | 21 ++++++-----
 python/tvm/driver/tvmc/compiler.py                 |  2 +-
 python/tvm/driver/tvmc/runner.py                   |  4 +-
 python/tvm/micro/build.py                          |  2 +-
 python/tvm/micro/contrib/zephyr.py                 |  6 +--
 src/relay/backend/contrib/codegen_c/codegen.cc     |  2 +-
 src/relay/backend/contrib/codegen_c/codegen_c.h    |  2 +-
 src/runtime/crt/Makefile                           |  4 +-
 src/runtime/crt/host/main.cc                       | 43 +++++++++++-----------
 .../frame_buffer.cc                                |  0
 .../framing.cc                                     |  5 ++-
 .../session.cc                                     | 10 ++---
 .../write_stream.cc                                |  0
 .../rpc_server.cc                                  | 19 +++++-----
 ...raph_executor.cc => microtvm_graph_executor.cc} |  2 +-
 ..._graph_executor.h => microtvm_graph_executor.h} |  8 ++--
 .../{utvm_runtime.cc => microtvm_runtime.cc}       | 18 ++++-----
 ...utvm_runtime_api.cc => microtvm_runtime_api.cc} |  2 +-
 .../{utvm_runtime_api.h => microtvm_runtime_api.h} |  6 +--
 src/runtime/rpc/rpc_endpoint.cc                    |  4 +-
 ...test.cc => microtvm_runtime_standalone_test.cc} | 20 +++++-----
 tests/micro/zephyr/test_zephyr.py                  |  4 +-
 tests/python/relay/aot/test_crt_aot.py             |  2 +-
 tutorials/get_started/install.py                   |  2 +-
 31 files changed, 154 insertions(+), 148 deletions(-)
 rename include/tvm/runtime/crt/{utvm_rpc_server.h => microtvm_rpc_server.h} 
(76%)
 rename include/tvm/runtime/micro/standalone/{utvm_runtime.h => 
microtvm_runtime.h} (54%)
 rename src/runtime/crt/{utvm_rpc_common => 
microtvm_rpc_common}/frame_buffer.cc (100%)
 rename src/runtime/crt/{utvm_rpc_common => microtvm_rpc_common}/framing.cc 
(98%)
 rename src/runtime/crt/{utvm_rpc_common => microtvm_rpc_common}/session.cc 
(97%)
 rename src/runtime/crt/{utvm_rpc_common => 
microtvm_rpc_common}/write_stream.cc (100%)
 rename src/runtime/crt/{utvm_rpc_server => microtvm_rpc_server}/rpc_server.cc 
(93%)
 rename src/runtime/micro/standalone/{utvm_graph_executor.cc => 
microtvm_graph_executor.cc} (99%)
 rename src/runtime/micro/standalone/{utvm_graph_executor.h => 
microtvm_graph_executor.h} (94%)
 rename src/runtime/micro/standalone/{utvm_runtime.cc => microtvm_runtime.cc} 
(74%)
 rename src/runtime/micro/standalone/{utvm_runtime_api.cc => 
microtvm_runtime_api.cc} (98%)
 rename src/runtime/micro/standalone/{utvm_runtime_api.h => 
microtvm_runtime_api.h} (91%)
 rename tests/cpp/{utvm_runtime_standalone_test.cc => 
microtvm_runtime_standalone_test.cc} (86%)

Reply via email to