This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f80771f556 [Frontend][Paddle] Add norm and one_hot_v2 op (#14049)
add 5ec33bb558 [TOPI] Support non-batch cases for topi.nll_loss (#14060)
add 347d79cbcf [microTVM][CRT]Move Makefile to CMake to be cross-platform
compatible (#14013)
add 49e098971f [APP] Update android_rpc build tools version (#14052)
add b59da5904c [Target] Add target tags for Apple Silicon GPU (#14068)
No new revisions were added by this update.
Summary of changes:
apps/android_camera/README.md | 5 +-
apps/android_camera/app/build.gradle | 11 +--
.../app/src/main/AndroidManifest.xml | 3 +-
apps/android_camera/build.gradle | 4 +-
apps/android_deploy/README.md | 14 ++--
apps/android_deploy/app/build.gradle | 25 ++++---
apps/android_deploy/app/download-models.gradle | 18 +++++
.../app/src/main/AndroidManifest.xml | 3 +-
apps/android_deploy/build.gradle | 4 +-
apps/android_rpc/README.md | 10 +--
apps/android_rpc/app/build.gradle | 24 +++---
apps/android_rpc/app/src/main/AndroidManifest.xml | 3 +-
apps/android_rpc/build.gradle | 4 +-
cmake/modules/Micro.cmake | 2 +-
include/tvm/topi/nn.h | 28 +++++++
src/runtime/crt/host/CMakeLists.txt.template | 59 +++++++++++++++
src/runtime/crt/host/Makefile.template | 87 ----------------------
src/runtime/crt/host/microtvm_api_server.py | 58 +++++++--------
src/target/tag.cc | 15 ++++
tests/lint/check_file_type.py | 2 +-
tests/python/topi/python/test_topi_loss.py | 11 ++-
21 files changed, 218 insertions(+), 172 deletions(-)
create mode 100644 src/runtime/crt/host/CMakeLists.txt.template
delete mode 100644 src/runtime/crt/host/Makefile.template