You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2020/11/03 02:40:14 UTC

[incubator-tvm] branch ci-docker-staging updated (93cd1a1 -> be10dc7)

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

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


 discard 93cd1a1  [CI] Torch 1.7 update staging (#6825)
     add 6dc8e22  [rust][tvm-graph-rt]: maintain error sources when propagating errors, swap Mutex for RwLock (#6815)
     add be10dc7  [CI] Torch 1.7 update staging (#6825)

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   (93cd1a1)
            \
             N -- N -- N   refs/heads/ci-docker-staging (be10dc7)

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:
 rust/tvm-graph-rt/src/errors.rs        | 14 +++++-----
 rust/tvm-graph-rt/src/graph.rs         | 49 +++++++++++++++++++++++-----------
 rust/tvm-graph-rt/src/module/syslib.rs | 10 +++----
 3 files changed, 46 insertions(+), 27 deletions(-)