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 19663b26c9 [MicroTVM] Use self.close_transport() on error (#14872)
add b4475b83aa [Bugfix] Fix batch_norm (#14857)
add 28e980125b [Quantization]: Update simulated_quantize to infer correct
layout (#14875)
add ba3f0d938a [TOPI] Fix in interpretation of empty axis parameter in
reduction fun… (#14856)
add 613ad5cc51 [bugfix] fix the undeclared identifier 'f' (#14879)
add af06b30a98 [CONTRIB] Enable create_staticlib to take in tar files
(#14876)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/nn.h | 6 +--
include/tvm/topi/reduction.h | 8 ++--
python/tvm/contrib/cc.py | 50 +++++++++++++++++++++++
python/tvm/contrib/tar.py | 41 +++++++++++++++++++
python/tvm/relay/frontend/pytorch.py | 16 ++++----
src/relay/quantize/realize.cc | 21 +++++++++-
src/target/llvm/codegen_cpu.cc | 8 +---
tests/python/frontend/pytorch/test_forward.py | 17 ++++++++
tests/python/relay/test_pass_convert_op_layout.py | 49 ++++++++++++++++++++++
tests/python/topi/python/test_topi_reduce.py | 33 ++++++++++++++-
tests/python/unittest/test_target_codegen_blob.py | 15 ++++---
11 files changed, 233 insertions(+), 31 deletions(-)