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

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


    from 0d068f4  Add remaining targets to ci.py (#10425)
     add ab4289d  [skip ci][ci] Add missing guard to skip CI check (#10625)
     add ce335c3  [Metaschedule] New relay backend for meta schedule task 
extraction (#10578)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  2 +-
 include/tvm/meta_schedule/integration.h            | 62 ++++-----------
 python/tvm/meta_schedule/integration.py            | 90 ++++++++--------------
 python/tvm/topi/x86/batch_matmul.py                |  1 +
 python/tvm/topi/x86/dense.py                       |  1 +
 src/meta_schedule/integration.cc                   | 64 ++++++++-------
 src/relay/backend/build_module.cc                  |  9 +--
 src/relay/backend/task_extraction.cc               | 86 +++++++++++++++++++++
 src/relay/backend/te_compiler_cache.cc             | 35 ++++++---
 src/relay/backend/te_compiler_cache.h              | 11 +++
 src/relay/backend/utils.cc                         | 51 ++++++++++++
 src/relay/backend/utils.h                          | 41 +++-------
 src/relay/backend/vm/compiler.cc                   |  9 +--
 .../unittest/test_meta_schedule_integration.py     | 49 +-----------
 14 files changed, 265 insertions(+), 246 deletions(-)
 create mode 100644 src/relay/backend/task_extraction.cc

Reply via email to