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 1290213 Upgrade tensorflow to version to 2.6.x (#10084)
add 0770ac3 [Meta Schedule] Refactor meta schedule testing utils (#10648)
add e4e1abc [C Codegen] Remove global packed variables when
interface_api="packed" and target="c" (#10645)
add 46ac3d5 [TIR] Bugfix in StorageFlatten, index flattening in
PrefetchNode (#10657)
add 8020ecb [CI] Set default value for CI_NUM_EXECUTORS (#10642)
add 498b02d rebase (#10525)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 112 ++++++++++++++++++++-
docker/build.sh | 13 +++
python/tvm/meta_schedule/testing/__init__.py | 1 +
python/tvm/meta_schedule/testing/utils.py | 112 +++++++++++++++++++++
src/target/source/codegen_c_host.cc | 35 ++++---
src/target/source/codegen_c_host.h | 5 +-
src/tir/transforms/storage_flatten.cc | 8 +-
tests/python/relay/aot/test_crt_aot.py | 76 ++++++++++++++
.../unittest/test_meta_schedule_integration.py | 39 +------
.../test_meta_schedule_measure_callback.py | 72 +------------
.../unittest/test_meta_schedule_search_strategy.py | 53 +---------
.../unittest/test_meta_schedule_task_scheduler.py | 70 +------------
.../unittest/test_tir_transform_storage_flatten.py | 6 ++
.../{git_change_docs.sh => git_change_docker.sh} | 17 +---
tests/scripts/task_build.py | 9 +-
tests/scripts/task_cpp_unittest.sh | 1 -
16 files changed, 361 insertions(+), 268 deletions(-)
create mode 100644 python/tvm/meta_schedule/testing/utils.py
copy tests/scripts/{git_change_docs.sh => git_change_docker.sh} (78%)