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 d9b2087487 [DOCS] Update README (#17604)
add ed2c26abae [ADRENO][WINDOWS] Windows build dependencies for Adreno
target
add 09a0ea0cd4 [FIX][TVMC] Fix the mixed precision conversion pipeline
add 92caa2f7e6 [TVMC] Bug fix
No new revisions were added by this update.
Summary of changes:
.gitmodules | 3 +++
3rdparty/zlib | 1 +
LICENSE | 1 +
apps/cpp_rtvm/CMakeLists.txt | 17 +++++++++++++----
apps/cpp_rtvm/main.cc | 4 ----
apps/cpp_rtvm/tvm_runner.cc | 3 ++-
licenses/LICENSE.zlib.txt | 22 ++++++++++++++++++++++
python/tvm/driver/tvmc/autotuner.py | 4 ++--
python/tvm/driver/tvmc/compiler.py | 16 +++++++++++++---
python/tvm/driver/tvmc/config_options.py | 6 ++++++
python/tvm/driver/tvmc/transform.py | 5 ++++-
tests/python/driver/tvmc/test_transform.py | 2 ++
tests/python/relay/opencl_texture/test_network.py | 1 +
13 files changed, 70 insertions(+), 15 deletions(-)
create mode 160000 3rdparty/zlib
create mode 100644 licenses/LICENSE.zlib.txt