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/02/26 02:42:30 UTC

[tvm] branch last-successful updated (07ad977 -> b31a5cc)

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 07ad977  [Hexagon] Replace strlen in constant initialization with sizeof (#10381)
     add 221329f  check to avoid crash in opt_level=0 vm build (#10347)
     add 329d8a5  [DOCS] Add how to contribute TVM docs with images. (#10287)
     add b31a5cc  [MetaSchedule] Update Tuning Interfaces. (#10367)

No new revisions were added by this update.

Summary of changes:
 docs/contribute/document.rst                       |  18 ++
 include/tvm/meta_schedule/tune_context.h           |   2 +
 python/tvm/meta_schedule/integration.py            |   6 +-
 python/tvm/meta_schedule/tune.py                   | 229 ++++++++++++++-------
 src/relay/transforms/memory_alloc.cc               |   3 +
 .../python/unittest/test_meta_schedule_tune_tir.py |   6 +-
 6 files changed, 183 insertions(+), 81 deletions(-)