This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 907b29e544 [TOPI] check empty array of x86 injective's iters (#15513)
add ed8b82c5d6 Remove duplicate the word (#15524)
add 624f8a73c7 [TEST] Run tests/python/relay/aot tests in ci-cortexm
(#15519)
add 326f8e7435 Fix typo mistake and change whethe to whether (#15525)
add 81fd9f3476 Remove IRModule Dependency from Target (#15511)
add 6c33787cd2 [MetaSchedule] Enable subprocess to stdout for DEBUG level
(#15532)
No new revisions were added by this update.
Summary of changes:
.../how_to/work_with_microtvm/micro_mlperftiny.py | 2 +-
include/tvm/relay/transform.h | 14 +++++++-
include/tvm/target/target.h | 10 ------
include/tvm/target/target_kind.h | 27 +-------------
include/tvm/tir/analysis.h | 4 +--
include/tvm/tir/schedule/schedule.h | 2 +-
include/tvm/tir/usmp/utils.h | 1 +
python/tvm/meta_schedule/runner/local_runner.py | 7 +++-
python/tvm/relay/op/contrib/dnnl.py | 2 +-
python/tvm/tir/schedule/schedule.py | 2 +-
python/tvm/topi/hexagon/compute_poolarea.py | 2 +-
python/tvm/topi/hexagon/slice_ops/max_pool2d.py | 2 +-
src/driver/driver_api.cc | 17 +++++++++
src/relay/backend/contrib/cmsisnn/target.cc | 3 +-
src/relay/backend/contrib/codegen_c/target.cc | 2 +-
src/relay/backend/contrib/cutlass/target.cc | 2 +-
src/relay/backend/contrib/ethosu/codegen.cc | 4 ++-
.../backend/contrib/example_target_hooks/target.cc | 5 ++-
src/relay/backend/contrib/tensorrt/target.cc | 2 +-
src/relay/backend/contrib/uma/targets.cc | 6 ++--
src/runtime/hexagon/ops/conv2d_fp16_hvx.cc | 2 +-
src/target/codegen.cc | 13 +++++++
src/target/target.cc | 15 ++------
src/tir/schedule/primitive.h | 2 +-
src/tir/transforms/inject_virtual_thread.cc | 2 +-
tests/cpp/target_test.cc | 3 +-
tests/python/contrib/test_clml/infrastructure.py | 2 +-
tests/python/contrib/test_ethosn/test_codegen.py | 4 +--
tests/python/relay/aot/test_c_device_api.py | 42 ++++++++++++----------
.../relay/aot/test_crt_forward_declarations.py | 6 ++--
tests/scripts/task_python_integration.sh | 2 +-
tests/scripts/task_python_microtvm.sh | 1 +
32 files changed, 114 insertions(+), 96 deletions(-)