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 c756f89 [ci] Disable failing hexagon conv2d test (#10666)
add ee1944d Add order to functions in C Codegen (#10590)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/module.h | 8 ++
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 ++++++++++++++++++++++++++++++
9 files changed, 161 insertions(+), 7 deletions(-)
create mode 100644 tests/cpp/c_codegen_test.cc