You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/07/11 05:02:56 UTC

[tvm] branch nightly updated (a60cd0fecf -> 9f8fe3c503)

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 a60cd0fecf [TIR] Allow symbolic bounds in IndexMap analysis (#15264)
     add 0413ce3138 [BugFix] Fix function to read all file (#15225)
     add 30d684216c [TIR] Call TVMBackendFreeWorkspace inside LetStmt (#15253)
     add 3c23865559 [Testing] Return BenchmarkResult in local_run and rpc_run (#15277)
     add dc7125b31e [Hexagon] Propagate QNN Concat Quantization Params to Inputs (#15258)
     add 9f8fe3c503 [topi] Add `arm_cpu` specific pooling schedules (#14855)

No new revisions were added by this update.

Summary of changes:
 .../template_project/microtvm_api_server.py        |   9 +-
 python/tvm/contrib/hexagon/transform.py            | 105 ++++++++++++++++++++-
 python/tvm/relay/op/strategy/arm_cpu.py            |  17 +---
 python/tvm/testing/runner.py                       |  12 ++-
 python/tvm/topi/arm_cpu/mprofile/dsp/__init__.py   |   2 +
 python/tvm/topi/arm_cpu/mprofile/dsp/pool.py       |  30 ++++--
 python/tvm/topi/arm_cpu/pooling.py                 |  91 +++++++++++++++++-
 src/tir/transforms/lower_tvm_builtin.cc            |  54 ++++++-----
 .../test_hexagon/test_relay_simplify_qnn_concat.py | 101 ++++++++++++++++++++
 tests/python/topi/python/test_topi_pooling.py      |   1 +
 .../test_tir_transform_lower_tvm_builtin.py        |  23 ++---
 11 files changed, 373 insertions(+), 72 deletions(-)
 create mode 100644 tests/python/contrib/test_hexagon/test_relay_simplify_qnn_concat.py