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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 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:
 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 +-----------
 13 files changed, 264 insertions(+), 245 deletions(-)
 create mode 100644 src/relay/backend/task_extraction.cc

Reply via email to