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 b371c4625d [Hexagon] Improve cache management strategy for
HexagonBuffer (#13883)
add b5e0f6b8bb [Diagnostic] Support constructing Diagnostic Error through
ObjectRef (#13977)
add 74b9720880 [TOPI][Fix] Pool must return error if layout is tiled on H,
W, D dimensions (#13975)
add c6ce283fde [UX] Make T.prim_func typecheck as staticmethod (#13980)
add f6cebb5d60 [microTVM] additional refactoring for enabling USE_MICRO in
more builds (#13909)
add e516eaaea1 [testing][py_converter] Enhance py_converter to better
support entire modules (#13769)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 10 +--
cmake/modules/StandaloneCrt.cmake | 93 +++++++++++----------------
include/tvm/ir/diagnostic.h | 27 ++++++++
include/tvm/runtime/c_runtime_api.h | 7 ++
include/tvm/runtime/crt/microtvm_rpc_server.h | 2 +
include/tvm/topi/nn/pooling.h | 44 +++++++------
python/tvm/relay/testing/py_converter.py | 83 ++++++++++++++++++------
python/tvm/script/parser/tir/__init__.py | 12 +++-
src/ir/diagnostic.cc | 30 ++++++++-
src/runtime/container.cc | 1 +
src/runtime/crt/common/crt_runtime_api.c | 8 +--
tests/python/relay/test_py_converter.py | 65 ++++++++++++++++++-
tests/python/topi/python/test_topi_pooling.py | 55 ++++++++++++++--
13 files changed, 320 insertions(+), 117 deletions(-)