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 4f99750611 [TypoFix] fix some typo problem in keras frontend (#14916)
     add d776bccc1e [Relay] add a dimension check to reject invalid input 
(#14925)
     add 35ac2262eb [Docker] Add polly package (#14912)
     add 172120a952 [TestCases] fix unreachable test cases due to outside the 
for-loop (#14934)
     add d9c1ba60f4 [microNPU][ETHOSU] Add offloading to the NPU the 
nn.avg_pool2d operator with a stride > 3 (#14861)
     add 1b9678cee0 [TVMScript] Allow T.target("device", host="host") to 
specify host (#14915)
     add dbcd198670 [BUILD] Enable log before throw message in windows (#14937)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   3 +
 docker/install/ubuntu2204_install_llvm.sh          |   2 +-
 include/tvm/runtime/logging.h                      |   6 +-
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  11 +-
 python/tvm/relay/frontend/pytorch.py               |   6 +
 python/tvm/relay/op/contrib/ethosu.py              |  27 ++-
 python/tvm/script/ir_builder/tir/ir.py             |  22 ++-
 tests/python/contrib/test_ethosu/test_codegen.py   |  32 ++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 211 +++++++++++++++++++++
 tests/python/frontend/keras/test_forward.py        |   2 +-
 tests/python/frontend/pytorch/test_forward.py      |   5 +
 tests/python/unittest/test_tvmscript_roundtrip.py  |  10 +
 12 files changed, 328 insertions(+), 9 deletions(-)

Reply via email to