This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from f9d3918 [LLVM][TIR] Propagate variable names to parameters. (#10514)
add 060d9d2 [AOT] Introduce checks for return values from operators
(#10424)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/ethosu/src/tvm_ethosu_runtime.c | 8 ++---
include/tvm/tir/builtin.h | 14 ++++++++
src/relay/backend/aot_executor_codegen.cc | 32 +++++++++++++----
.../contrib/ethosu/bare_metal/tvm_ethosu_runtime.c | 8 ++---
src/target/source/codegen_c.cc | 12 +++++--
src/tir/op/builtin.cc | 4 +++
tests/python/relay/aot/test_c_device_api.py | 40 ++++++++++++++--------
tests/python/relay/aot/test_crt_aot.py | 31 +++++++++++++++++
8 files changed, 118 insertions(+), 31 deletions(-)