This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from c756f89 [ci] Disable failing hexagon conv2d test (#10666)
add ee1944d Add order to functions in C Codegen (#10590)
add 7233c29 [microNPU] changing region 'tvmbaw*' to 'dynamic*' (#10338)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/module.h | 8 ++
.../backend/contrib/ethosu/tir_to_cs_translator.py | 32 +++---
src/runtime/hexagon/hexagon_module.cc | 2 +-
src/runtime/pipeline/pipeline_executor.cc | 1 -
src/runtime/vm/executable.cc | 2 +-
src/target/source/codegen_c_host.cc | 19 +++-
src/target/source/codegen_c_host.h | 9 +-
src/target/source/interface_c.cc | 2 +-
src/target/source/source_module.cc | 2 +-
tests/cpp/c_codegen_test.cc | 123 +++++++++++++++++++++
10 files changed, 177 insertions(+), 23 deletions(-)
create mode 100644 tests/cpp/c_codegen_test.cc