This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
discard bf826ea Fix cuda build
discard 8749503 [CI] Update docker to latest
add 80cc480 Refactor diagnostic to avoid circular dependencies (#6692)
add 66a5f8c [TEST] Address flaky error in test_any (#6705)
add 7c2a2e5 [Frontend][Relay] Fix MXNet frontend to support NLP backbones
in GluonNLP (#6699)
add 3b6582f [CI] Update docker to latest
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 (bf826ea)
\
N -- N -- N refs/heads/ci-docker-staging (3b6582f)
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:
Jenkinsfile | 6 +-
include/tvm/ir/diagnostic.h | 48 +---------
include/tvm/ir/type_relation.h | 1 +
include/tvm/relay/analysis.h | 2 +-
include/tvm/runtime/object.h | 16 ++--
include/tvm/support/logging.h | 46 ++++++++++
python/tvm/relay/frontend/mxnet.py | 133 +++++++++++++++++++++-------
python/tvm/topi/x86/batch_matmul.py | 12 ++-
src/ir/diagnostic.cc | 11 +--
src/parser/parser.cc | 2 +-
src/parser/span_check.h | 2 +-
src/relay/analysis/well_formed.cc | 2 +-
src/relay/op/nn/convolution.h | 2 +-
tests/python/frontend/mxnet/test_forward.py | 30 ++++---
tests/python/relay/test_any.py | 2 +-
tests/python/relay/test_op_level1.py | 2 +-
16 files changed, 201 insertions(+), 116 deletions(-)