You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/02 00:00:27 UTC

[tvm] branch nightly-docker-update updated (b1dc87ac20 -> abe5f780af)

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


 discard b1dc87ac20 [ci][docker] Nightly Docker image update
     add c07d77f99c [BYOC-DNNL] add post_sum pattern (#12151)
     add d332eb3749 [MetaSchedule][Test] Add unittests for NRM (#12250)
     add 834e998618 [TVMScript] Python Expression Precedence (#12148)
     add 12502cc835 [MetaSchedule][Test] Add unittests for SFM (#12251)
     add a49273e050 Enable conv family fused with mish (#12228)
     add a5d7dfa583 [FIX,TIR] Handle LetStmt in EstimateTIRFLops (#12138)
     add 4ec8683fb6 [MetaSchedule][Test] Add unittests for CBR (#12252)
     add d2d3010dc6 [CPP-RPC] Fix GetPath to use relative file path (#12242)
     add 397ff562f6 [CI] Add setup-pytest-env.sh call to task_demo_microtvm.sh (#12260)
     add e2d139af9d [microTVM][ARM] Enable tests that were skipped unintentionally (#12223)
     add a129b921ef [MetaSchedule][Test] Add unittests for TBG (#12262)
     add c2ec95616e [Fq2i][ fix output type on fq2i binary ops with constant inputs (#12236)
     add abe5f780af [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   (b1dc87ac20)
            \
             N -- N -- N   refs/heads/nightly-docker-update (abe5f780af)

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 +-
 apps/cpp_rpc/rpc_env.cc                            |    4 +-
 ci/jenkins/Jenkinsfile.j2                          |   16 +-
 include/tvm/script/printer/doc.h                   |    4 +-
 python/tvm/meta_schedule/testing/te_workload.py    |    2 +-
 python/tvm/relay/op/contrib/dnnl.py                |  117 ++-
 .../transform/fake_quantization_to_integer.py      |    2 -
 python/tvm/script/printer/doc.py                   |    4 +-
 python/tvm/testing/utils.py                        |   13 +-
 .../postproc/rewrite_parallel_vectorize_unroll.cc  |   13 +-
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc      |   18 +-
 src/script/printer/doc.cc                          |    4 +-
 src/script/printer/python_doc_printer.cc           |  176 +++-
 src/tir/analysis/estimate_flops.cc                 |    6 +
 tests/python/contrib/test_dnnl.py                  |   57 +-
 .../test_pass_fake_quantization_to_integer.py      |   17 +-
 tests/python/relay/test_pass_partition_graph.py    |    6 +-
 .../unittest/test_meta_schedule_space_cpu.py       | 1070 ++++++++++++++++++++
 .../unittest/test_meta_schedule_space_cuda.py      |  472 +++++++++
 .../test_tir_analysis_estimate_tir_flops.py        |   16 +-
 .../python/unittest/test_tvmscript_printer_doc.py  |   47 +-
 .../test_tvmscript_printer_python_doc_printer.py   |  315 +++++-
 tests/scripts/task_demo_microtvm.sh                |    2 +
 23 files changed, 2313 insertions(+), 84 deletions(-)