You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/08/22 15:03:47 UTC

[tvm] branch main updated (7c318d7196 -> 8146a9bf2c)

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

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


    from 7c318d7196 [ETHOSN] Remove support for older versions of the driver stack (#12347)
     add 8146a9bf2c [TIR] Support AllocateConst nodes in TensorIR scheduling flow (#12489)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/apply_history_best.h     |  4 +-
 include/tvm/meta_schedule/extracted_task.h         | 10 ++-
 python/tvm/meta_schedule/apply_history_best.py     |  2 +-
 python/tvm/meta_schedule/relay_integration.py      |  2 +-
 python/tvm/meta_schedule/testing/utils.py          | 13 ++--
 src/meta_schedule/extracted_task.cc                | 27 +++++---
 src/printer/tvmscript_printer.cc                   | 19 ++++++
 src/relay/backend/task_extraction.cc               | 10 +--
 src/relay/backend/te_compiler_cache.cc             | 26 +++++--
 src/relay/backend/te_compiler_cache.h              |  7 +-
 src/te/operation/create_primfunc.cc                | 12 ++++
 src/te/operation/create_primfunc.h                 |  8 +++
 src/tir/analysis/estimate_flops.cc                 |  1 +
 src/tir/schedule/transform.cc                      | 19 +++++-
 src/tir/transforms/bind_params.cc                  | 79 +++++++++++++---------
 src/tir/transforms/inject_software_pipeline.cc     |  5 +-
 src/tir/transforms/ir_utils.h                      | 10 +++
 .../plan_update_buffer_allocation_location.cc      | 36 +++++++---
 tests/python/unittest/test_link_params.py          | 64 +++++++++++++++++-
 19 files changed, 267 insertions(+), 87 deletions(-)