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 606e2b738a [Frontend][Paddle] [PaddlePaddle Hackathon 4]add attribute 
support for dropout/hard_sigmoid/pixel_shuffle (#14575)
     add 815422cfc0 [microNPU] Add support for MEAN with uint8 ifm (#14353)
     add 9e5055b358 [TIR] [Docs] Fix unsafe_set_dtype docstring (#14611)
     add 68ce1e871c [AOT] Fix warning on dropping const in 
TVMAotExecutor_GetInputName (#14529)
     add b48fcaba22 [TIR][Hexagon] Use the "target" value in T.func_attr for 
VTCM limit (#14567)
     add a9f572efae fix: deploy ci (#14607)

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/generated/docker_jenkinsfile.groovy     |  6 +--
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |  4 +-
 ci/jenkins/templates/utils/macros.j2               |  2 +-
 include/tvm/runtime/crt/aot_executor.h             |  2 +-
 include/tvm/tir/analysis.h                         |  6 ++-
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 62 +++-------------------
 .../tvm/relay/backend/contrib/ethosu/op/pooling.py | 10 +++-
 .../tvm/relay/backend/contrib/ethosu/te/pooling.py |  6 ++-
 python/tvm/relay/op/contrib/ethosu.py              | 42 ++++++++++-----
 python/tvm/tir/schedule/schedule.py                |  9 ++--
 src/auto_scheduler/feature.cc                      |  4 +-
 src/driver/driver_api.cc                           | 11 +---
 src/relay/op/contrib/ethosu/op_attrs.h             |  5 ++
 src/relay/op/contrib/ethosu/pooling.cc             | 19 +++++--
 src/runtime/crt/aot_executor/aot_executor.c        |  2 +-
 src/tir/analysis/calculate_allocated_memory.cc     | 39 ++++++++++----
 .../cascader/test_ethosu_pooling_matcher.py        |  1 +
 tests/python/contrib/test_ethosu/infra.py          |  2 +
 tests/python/contrib/test_ethosu/test_codegen.py   | 31 +++++------
 .../contrib/test_ethosu/test_identity_optimizer.py | 14 +++--
 .../contrib/test_ethosu/test_layout_optimizer.py   | 53 +++++++++++++-----
 tests/python/contrib/test_ethosu/test_legalize.py  | 40 +++++++-------
 .../contrib/test_ethosu/test_replace_pooling.py    | 11 +++-
 .../contrib/test_ethosu/test_type_inference.py     |  9 +++-
 24 files changed, 225 insertions(+), 165 deletions(-)

Reply via email to