You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2023/09/23 22:08:14 UTC

[tvm] branch unity-staging updated (9e6c77a855 -> 8ff15c1626)

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

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


 discard 9e6c77a855 Merge remote-tracking branch 'apache-upstream/main' into unity-staging
     add 676def7c9d [Unity][Frontend][NN] Switch to always using fp32 for timestep embedding calculation (#15811)
     add 61bed643aa [TFLite][Frontend] Support quantized LESS_EQUAL (#15790)
     add ab3511a230 [Hotfix][TFLite] Disable test of quantized floor mod (#15802)
     new 8ff15c1626 Merge remote-tracking branch 'apache-upstream/main' into unity-staging

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   (9e6c77a855)
            \
             N -- N -- N   refs/heads/unity-staging (8ff15c1626)

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:
 python/tvm/relax/frontend/nn/op.py             | 15 ++++++++++-----
 python/tvm/relay/frontend/tflite.py            |  6 +-----
 tests/python/frontend/tflite/test_forward.py   | 20 +++++++++++++++++---
 tests/python/relax/test_frontend_nn_modules.py |  5 +++--
 tests/python/relax/test_frontend_nn_op.py      |  5 +++--
 5 files changed, 34 insertions(+), 17 deletions(-)


[tvm] 01/01: Merge remote-tracking branch 'apache-upstream/main' into unity-staging

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a commit to branch unity-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 8ff15c16260fc6e19884914b649b37be29cc4527
Merge: 676def7c9d ab3511a230
Author: Junru Shao <ju...@gmail.com>
AuthorDate: Sat Sep 23 15:06:56 2023 -0700

    Merge remote-tracking branch 'apache-upstream/main' into unity-staging

 python/tvm/meta_schedule/testing/tune_utils.py |  2 ++
 python/tvm/relay/frontend/tflite.py            | 14 +++--------
 src/runtime/hexagon/rpc/hexagon/rpc_server.cc  | 14 +++++++----
 src/support/pipe.h                             |  8 +++---
 src/target/llvm/codegen_amdgpu.cc              |  3 ++-
 src/target/llvm/intrin_rule_rocm.cc            |  2 +-
 tests/python/frontend/tflite/test_forward.py   | 34 ++++++++++++++++++++++----
 7 files changed, 51 insertions(+), 26 deletions(-)