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 9a99fc89a2 [Utils] Allow classmethod and staticmethod in
TVMDerivedObject (#14249)
add ff12a20323 [Fix][Relay][TOPI] Bug fix in relay.sum and topi.sum
functions when w… (#14285)
add eecc02ad35 [microTVM] Custom IDE Tutorial (#13857)
add ccc0b9162f [fix][relay][qnn] Bug fix for 8-bit quantized mul (#14286)
No new revisions were added by this update.
Summary of changes:
.../how_to/work_with_microtvm/micro_custom_ide.py | 361 +++++++++++++++++++++
include/tvm/topi/reduction.h | 6 +-
python/tvm/micro/testing/utils.py | 4 +-
python/tvm/relay/quantize/_annotate.py | 10 +
python/tvm/relay/quantize/_partition.py | 5 +
tests/python/relay/test_op_level4.py | 36 +-
tests/python/topi/python/test_topi_reduce.py | 12 +-
tests/scripts/request_hook/request_hook.py | 2 +
tests/scripts/task_config_build_gpu.sh | 1 +
9 files changed, 432 insertions(+), 5 deletions(-)
create mode 100644 gallery/how_to/work_with_microtvm/micro_custom_ide.py