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

github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit cd40093d9e [ci][docker] Nightly Docker image update
     add 9f16b607c8 [TVMScript] Doc Definition (#12244)
     add 1d39f2c974 [FQ2I] fix unary op output affine type in fq2i (#12224)
     add 42dd6afa97 [MetaSchedule][Test] Add unittests for GMM (#12243)
     add 66a1b9f392 fix bug: KeyError, can't find some parameter key (#12211)
     add a231a1d724 [Fix] Fix some errors in unittests (#12245)
     add ea0e29f425 [MetaSchedule][Test] Add unittests for GRP (#12246)
     add 1d1fc08367 [Fix] Minor modification in unittests (#12247)
     add a842449d23 [MetaSchedule][Test] Add unittests for T2D (#12249)
     add b1dc87ac20 [ci][docker] Nightly Docker image update

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   (cd40093d9e)
            \
             N -- N -- N   refs/heads/nightly-docker-update (b1dc87ac20)

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                                        |   16 +-
 ci/jenkins/Jenkinsfile.j2                          |   16 +-
 .../tvm/meta_schedule/testing/space_generation.py  |   16 +-
 python/tvm/relay/frontend/paddlepaddle.py          |    2 +-
 .../transform/fake_quantization_to_integer.py      |    2 +-
 python/tvm/script/printer/doc_core.py              | 1140 ++++++++++++++++++++
 python/tvm/script/tir/intrin.py                    |    5 +
 .../test_pass_fake_quantization_to_integer.py      |   35 +-
 .../unittest/test_aot_legalize_packed_call.py      |   12 +-
 tests/python/unittest/test_arith_domain_touched.py |    4 +-
 .../unittest/test_meta_schedule_space_cpu.py       |  460 ++++++++
 .../unittest/test_meta_schedule_space_cuda.py      |  264 +++++
 tests/python/unittest/test_tir_intrin.py           |    8 +-
 .../unittest/test_tir_transform_flatten_buffer.py  |    8 +-
 .../test_tir_transform_hoist_expression.py         |    4 +-
 .../unittest/test_tir_transform_storage_flatten.py |    2 +-
 16 files changed, 1943 insertions(+), 51 deletions(-)
 create mode 100644 python/tvm/script/printer/doc_core.py

Reply via email to