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

mousius pushed a change to branch update-images-with-shiny-new-tag
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit d6b43e1d16 [CI] Update all Docker Images to 20220505-060045-500703308
     add eae836cdf6 Fix mixed precision output type to original type (#11142)
     add ff7efe767a Revert "Implemented rpc logging (#10967)" (#11227)
     add a4d7b5841b [CI] Update all Docker Images to 20220505-060045-500703308

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   (d6b43e1d16)
            \
             N -- N -- N   refs/heads/update-images-with-shiny-new-tag 
(a4d7b5841b)

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.

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                    |   1 -
 python/tvm/micro/session.py                       |   1 -
 python/tvm/rpc/client.py                          |  13 +-
 src/relay/transforms/to_mixed_precision.cc        |  60 +-
 src/runtime/crt/microtvm_rpc_server/rpc_server.cc |   2 +
 src/runtime/micro/micro_session.cc                |   8 -
 src/runtime/minrpc/minrpc_interfaces.h            |  93 ----
 src/runtime/minrpc/minrpc_logger.cc               | 291 ----------
 src/runtime/minrpc/minrpc_logger.h                | 296 ----------
 src/runtime/minrpc/minrpc_server.h                | 649 +++++++++-------------
 src/runtime/minrpc/minrpc_server_logging.h        | 166 ------
 src/runtime/rpc/rpc_channel_logger.h              | 183 ------
 src/runtime/rpc/rpc_endpoint.h                    |   2 -
 src/runtime/rpc/rpc_socket_impl.cc                |  21 +-
 tests/python/relay/test_to_mixed_precision.py     |  39 +-
 tests/python/unittest/test_runtime_rpc.py         |  23 +-
 16 files changed, 357 insertions(+), 1491 deletions(-)
 delete mode 100644 src/runtime/minrpc/minrpc_interfaces.h
 delete mode 100644 src/runtime/minrpc/minrpc_logger.cc
 delete mode 100644 src/runtime/minrpc/minrpc_logger.h
 delete mode 100644 src/runtime/minrpc/minrpc_server_logging.h
 delete mode 100644 src/runtime/rpc/rpc_channel_logger.h

Reply via email to