This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 79c59fe dynamic to static use infer_type_local (#9869)
add 89ae603 [USMP] Hill Climb allocator (#9704)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/usmp/algo/greedy.h | 85 +++++
src/tir/usmp/algo/greedy.cc | 159 ++++-----
src/tir/usmp/algo/hill_climb.cc | 339 ++++++++++++++++++
tests/python/unittest/test_tir_usmp_algo.py | 21 +-
.../unittest/test_tir_usmp_algo_hill_climb.py | 397 +++++++++++++++++++++
5 files changed, 906 insertions(+), 95 deletions(-)
create mode 100644 include/tvm/tir/usmp/algo/greedy.h
create mode 100644 src/tir/usmp/algo/hill_climb.cc
create mode 100644 tests/python/unittest/test_tir_usmp_algo_hill_climb.py