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

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


 discard 9f7b1bb  Testing ci-cpu update with 
tlcpackstaging/ci_cpu:20220105-225914-79cfb797e
     add 07a46a1  [BugFix] resolve integer 32. ~ 64. mismatch by casting (#9582)
     add 65e5ddd  [Torch] Better support in-place variant of ops (aten::relu_ 
etc) (#9851)
     add d3a83b5  [M3c][MetaScheduler] Add EvolutionarySearch Search Strategy. 
(#9836)
     new cd96a41  validating ci-gpu 20211226-225913-218d2919f
     new 19c68eb  apply PT + llvm symbol conflict mitigation
     new 05a5262  try testing old image to see if CI error is flaky
     new dc48d84  Revert "try testing old image to see if CI error is flaky"
     new 29c70e2  update to 20220105-225914-79cfb797e
     new 5a5cee2  ignore warning from coremltools
     add 67f9dda  [TensorRT] Fix pad_value access (removed from PadAttrs)
     new cdb3d3b  Merge branch 'trt-pad-fix' into ci-docker-staging

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   (9f7b1bb)
            \
             N -- N -- N   refs/heads/ci-docker-staging (cdb3d3b)

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.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |   4 +-
 .../tvm/meta_schedule/search_strategy/__init__.py  |   1 +
 .../search_strategy/evolutionary_search.py         | 117 ++++
 python/tvm/relay/frontend/pytorch.py               |  45 +-
 python/tvm/relay/op/contrib/tensorrt.py            |   7 +-
 .../search_strategy/evolutionary_search.cc         | 673 +++++++++++++++++++++
 src/tir/ir/data_layout.cc                          |   8 +-
 src/tir/schedule/primitive.h                       |  17 +
 src/tir/schedule/primitive/sampling.cc             |  22 +
 tests/python/relay/test_type_solver.py             |  24 +
 .../unittest/test_meta_schedule_search_strategy.py | 173 +++++-
 tests/scripts/task_config_build_gpu.sh             |   3 +-
 tests/scripts/task_sphinx_precheck.sh              |   2 +-
 13 files changed, 1057 insertions(+), 39 deletions(-)
 create mode 100644 
python/tvm/meta_schedule/search_strategy/evolutionary_search.py
 create mode 100644 src/meta_schedule/search_strategy/evolutionary_search.cc

Reply via email to