This is an automated email from the ASF dual-hosted git repository.

manupa pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard 91e901b  [CI] Update ci_cpu docker image
     add 00db4db  Options to create test directory and print commands in AOT 
Test Runner (#9638)
     add 3371a76  [microNPU] Add support for SIGMOID (#9627)
     add fcea393  Add top level redirect from tutorials to tutorial (#9673)
     add b54beed  [TVMC][MicroTVM] Fix tvmc micro `project_dir` arg relative 
path (#9663)
     add e8889ae  [TVMScript] Add syntax sugar for T.handle and T.match_buffer 
(#9492)
     new 6305c7d  [CI] Update ci_cpu docker image

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (91e901b)
            \
             N -- N -- N   refs/heads/ci-docker-staging (6305c7d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/install/ubuntu_install_python_package.sh    |  2 +-
 docs/legacy_redirect.py                            |  1 +
 python/gen_requirements.py                         |  2 +-
 python/tvm/driver/tvmc/common.py                   | 11 ++-
 python/tvm/driver/tvmc/micro.py                    | 27 +++----
 python/tvm/driver/tvmc/runner.py                   |  6 +-
 python/tvm/relay/backend/contrib/ethosu/codegen.py |  2 +-
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 84 ++++++++++++++++++----
 .../relay/backend/contrib/ethosu/te/convolution.py |  6 +-
 .../relay/backend/contrib/ethosu/te/depthwise.py   |  6 +-
 .../relay/backend/contrib/ethosu/te/identity.py    |  6 +-
 .../tvm/relay/backend/contrib/ethosu/te/pooling.py |  6 +-
 python/tvm/relay/op/contrib/ethosu.py              | 37 ++++++++--
 python/tvm/script/parser.py                        | 61 +++++++++++++---
 python/tvm/script/tir/__init__.py                  |  2 +-
 python/tvm/script/tir/ty.py                        | 73 +++++++++++++++++++
 tests/micro/common/test_tvmc.py                    | 37 +++++++---
 tests/python/contrib/test_ethosu/test_codegen.py   | 74 +++++--------------
 tests/python/contrib/test_ethosu/test_legalize.py  | 53 ++++++++++++++
 .../contrib/test_ethosu/test_lookup_table.py       |  2 +-
 .../contrib/test_ethosu/test_lut_optimizer.py      |  4 +-
 .../contrib/test_ethosu/test_replace_conv2d.py     |  2 +-
 .../test_ethosu/test_replace_depthwise_conv2d.py   |  2 +-
 tests/python/relay/aot/aot_test_utils.py           | 29 ++++++--
 .../python/unittest/test_tvmscript_syntax_sugar.py | 45 ++++++++++++
 tests/scripts/task_ci_setup.sh                     |  2 +-
 26 files changed, 450 insertions(+), 132 deletions(-)

Reply via email to