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 54786bbff3 [hexagon][tests] re-enable maxpool hardware test (#12676)
     add 50dad0d9a3 [HEXAGON][TOPI]Slice Op Argmax uint8 (#12472)
     add eecb7fd494 [MetaSchedule] Introduce `Union` and `OrderedUnion` in 
Database (#12628)
     add 8ca8f24d54 [TIR] Handle DeclBuffer in ToSSA (#12679)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/database.h               |  16 +++
 include/tvm/tir/stmt.h                             |   1 +
 python/tvm/meta_schedule/database/__init__.py      |   2 +
 .../database/ordered_union_database.py             | 112 +++++++++++++++++++++
 .../tvm/meta_schedule/database/union_database.py   | 112 +++++++++++++++++++++
 python/tvm/topi/hexagon/slice_ops/argmax.py        |   7 ++
 src/meta_schedule/database/json_database.cc        |  22 ----
 .../database/ordered_union_database.cc             |  86 ++++++++++++++++
 src/meta_schedule/database/union_database.cc       |  88 ++++++++++++++++
 src/meta_schedule/utils.h                          |  22 ++++
 src/tir/transforms/ir_utils.cc                     |   9 ++
 .../contrib/test_hexagon/topi/test_argmax_slice.py |  14 +--
 tests/python/unittest/test_link_params.py          |   9 +-
 .../python/unittest/test_meta_schedule_database.py |  37 +++++++
 .../unittest/test_tir_transform_unroll_loop.py     |   9 +-
 15 files changed, 505 insertions(+), 41 deletions(-)
 create mode 100644 python/tvm/meta_schedule/database/ordered_union_database.py
 create mode 100644 python/tvm/meta_schedule/database/union_database.py
 create mode 100644 src/meta_schedule/database/ordered_union_database.cc
 create mode 100644 src/meta_schedule/database/union_database.cc

Reply via email to