You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/06/17 22:18:22 UTC

[tvm] branch ci-docker-staging updated (b4fb990 -> 9371913)

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

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


 discard b4fb990  update onnx in qemu docker
 discard e61d80b  Don't force output shape for conv transpose tests, add 1D and 3D cases
 discard 65b0a02  Merge branch 'update_onnx' of github.com:mbrookhart/tvm into update_onnx
 discard db5fc72  support convtranspose opset 11 autopadding
 discard f824f4a  point jenkins at new docker
 discard 1dea3ea  add failing onnx tets
 discard a2e0166  add failing onnx tets
 discard c74f4b8  [WIP] Update ONNX versions
     add a8663d2  [Metal] Fix run metal model when non first device is selected (#8261)
     add d05fdc5  Fix docstrings in tvm.relay.cast_like (#8262)
     add 0fc5b7b  [tvmc] Add a --config option to `tvmc compile` (#8253)
     add 96a7a58  [TVMSCRIPT] Fix printing of rank 0 buffer access (#8215)
     add ec6a817  [Frontend, Tensorflow] Support for broadcasting in batch_matmul when shapes differ (#8251)
     add 1fac10b  Fix GatherND attribute registration (#8269)
     add dfeb604  [WIP] Update ONNX versions
     add 76d114d  add failing onnx tets
     add 0faa04b  point jenkins at new docker
     add 3671771  support convtranspose opset 11 autopadding
     add fa47f11  Don't force output shape for conv transpose tests, add 1D and 3D cases
     add 9371913  update onnx in qemu docker

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   (b4fb990)
            \
             N -- N -- N   refs/heads/ci-docker-staging (9371913)

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:
 include/tvm/relay/attrs/transform.h               |   2 +-
 python/tvm/driver/tvmc/common.py                  | 100 ++++++++++++++++++++++
 python/tvm/driver/tvmc/compiler.py                |  15 +++-
 python/tvm/relay/frontend/tensorflow_ops.py       |  16 ++--
 python/tvm/relay/op/transform.py                  |   3 +
 python/tvm/script/intrin.py                       |   5 ++
 python/tvm/script/parser.py                       |  31 ++++---
 src/printer/tvmscript_printer.cc                  |  69 ++++++++-------
 src/relay/op/tensor/transform.cc                  |   3 +
 src/runtime/metal/metal_device_api.mm             |   2 +-
 tests/python/driver/tvmc/test_tvmc_common.py      |  51 +++++++++++
 tests/python/frontend/tensorflow/test_forward.py  |  17 ++++
 tests/python/unittest/test_tvmscript_roundtrip.py |  58 +++++++++++++
 13 files changed, 322 insertions(+), 50 deletions(-)