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 56da2ab  support explicit padding for NCHW TF padding test
 discard 7ae767d  manage TF memory use in TF1 tests
 discard 2bf210d  next try at docker images
 discard 68cef66  skip a test until update complete
 discard c0b6bf4  try updating docker images again
 discard a1e278e  disable test until CI update complete
 discard 6352a12  Don't force output shape for conv transpose tests, add 1D and 
3D cases
 discard 8f2c1aa  support convtranspose opset 11 autopadding
 discard 3aa5c64  point jenkins at new docker
 discard b3e8d61  add failing onnx tets
     add bbba5da  [COMMUNITY] comaniac added as new PMC member (#8470)
     add 1a9bcc5  [UnitTests] Minor fixes to unit tests for cudnn/vulkan 
targets (#8462)
     add 29f789f  [Codegen] Remove compile_enginer header (#8471)
     add 11c5b6d  [Relay][Onnx][Frontend] Add RandomUniform converter and tests 
to onnx frontend. (#8426)
     add 8a8c9b2  [AMP] Add default op attribute registration to __init__.py 
(#8460)
     add bd88ee2  Fix auto-scheduling after 9c6658721 (#8478)
     add 82be50d  add failing onnx tets
     add 88daf65  point jenkins at new docker
     add 88481a3  support convtranspose opset 11 autopadding
     add 14dbe8f  Don't force output shape for conv transpose tests, add 1D and 
3D cases
     add 6294f4a  disable test until CI update complete
     add ec491a9  try updating docker images again
     add 97e230a  skip a test until update complete
     add 5c6ad9a  next try at docker images
     add ccf68b7  manage TF memory use in TF1 tests
     add 5fbe3be  support explicit padding for NCHW TF padding test

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   (56da2ab)
            \
             N -- N -- N   refs/heads/ci-docker-staging (5fbe3be)

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:
 CONTRIBUTORS.md                                    |  2 +-
 python/tvm/auto_scheduler/task_scheduler.py        |  2 +-
 python/tvm/relay/frontend/onnx.py                  | 27 ++++++++++
 python/tvm/relay/transform/__init__.py             |  2 +-
 python/tvm/relay/transform/mixed_precision.py      |  9 ++--
 src/relay/backend/graph_executor_codegen.cc        | 35 ++++++-------
 tests/python/contrib/test_cudnn.py                 |  2 +
 tests/python/frontend/onnx/test_forward.py         | 61 ++++++++++++++++++++++
 .../python/unittest/test_target_codegen_device.py  |  2 +-
 9 files changed, 115 insertions(+), 27 deletions(-)

Reply via email to