This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
discard 0b9838b Test images 20210821-225913-fc9f5823e
add d6d6367 Fix typos (#8787)
add 0a1eae8 [TensorIR][M2a] Reorder (#8767)
add 10fca9c [microTVM] Fix platform name for qemu_x86 in Zephyr AOT tests
(#8762)
add aafc2d5 Remove duplicated PackedFunc C++ test (#8812)
add 607bb94 [Vulkan] Remote target.h #include (#8813)
add 356879d Use CTest for C++ tests (#8809)
add d1f19c4 Add LowerTEPass, and convert calls to LowerTE to application
of LowerTEPass (#8802)
add b1396a0 [FIX] Remove leftover instances of USE_GRAPH_EXECUTOR_DEBUG
(#8796)
add dfe21c5 Remove unused allocated memory in crt initialization (#8819)
add 4524567 Remove unnecessary memset in TVMMutableFuncRegistry
initialization (#8818)
add e883dcb Run AOT tests against reference system (#8744)
add eabae30 [Rust] Fix memory leak #2 (#8725)
add 64a7eb6 [FLAKY] A small bug fix on the CmakeLists (#8826)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0b9838b)
\
N -- N -- N refs/heads/ci-docker-staging (64a7eb6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 43 +--
Jenkinsfile | 14 +-
apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh | 2 +-
cmake/modules/LibInfo.cmake | 2 +-
cmake/modules/StandaloneCrt.cmake | 24 +-
conda/recipe/bld.bat | 2 +-
conda/recipe/build.sh | 2 +-
include/tvm/node/reflection.h | 10 +-
include/tvm/relay/function.h | 1 -
include/tvm/runtime/c_runtime_api.h | 8 +
include/tvm/runtime/crt/module.h | 2 +-
include/tvm/tir/schedule/schedule.h | 13 +
.../java/org/apache/tvm/contrib/GraphModule.java | 4 +-
python/tvm/contrib/debugger/debug_executor.py | 3 +-
python/tvm/tir/schedule/schedule.py | 59 ++++
rust/tvm-macros/src/object.rs | 13 +-
rust/tvm-rt/src/array.rs | 13 +-
rust/tvm-rt/src/function.rs | 17 +-
rust/tvm-rt/src/graph_rt.rs | 7 +-
rust/tvm-rt/src/lib.rs | 21 +-
rust/tvm-rt/src/map.rs | 16 +-
rust/tvm-rt/src/ndarray.rs | 15 +
rust/tvm-rt/src/object/mod.rs | 19 +-
rust/tvm-rt/src/object/object_ptr.rs | 138 ++++++---
rust/tvm-rt/src/to_function.rs | 125 +++++---
rust/tvm-sys/src/byte_array.rs | 99 +++---
rust/tvm-sys/src/packed_func.rs | 18 +-
rust/tvm/examples/resnet/src/main.rs | 30 +-
rust/tvm/src/compiler/graph_rt.rs | 10 +-
rust/tvm/src/ir/module.rs | 14 +-
rust/tvm/tests/callback/src/bin/array.rs | 2 +-
rust/tvm/tests/callback/src/bin/error.rs | 2 +-
rust/tvm/tests/callback/src/bin/float.rs | 2 +-
rust/tvm/tests/callback/src/bin/int.rs | 2 +-
rust/tvm/tests/callback/src/bin/string.rs | 2 +-
src/relay/backend/aot_executor_codegen.cc | 8 +-
src/relay/backend/graph_executor_codegen.cc | 7 +-
src/relay/backend/te_compiler.cc | 117 +++++++-
src/relay/backend/te_compiler.h | 49 ++-
src/runtime/crt/common/crt_runtime_api.c | 8 -
src/runtime/crt/common/func_registry.c | 1 -
src/runtime/object.cc | 8 +
src/runtime/vulkan/vulkan_common.h | 2 +-
src/support/libinfo.cc | 6 +-
src/tir/schedule/concrete_schedule.cc | 7 +
src/tir/schedule/concrete_schedule.h | 1 +
src/tir/schedule/primitive.h | 15 +
src/tir/schedule/primitive/loop_transformation.cc | 334 +++++++++++++++++++++
src/tir/schedule/schedule.cc | 2 +
src/tir/schedule/traced_schedule.cc | 10 +
src/tir/schedule/traced_schedule.h | 1 +
tests/cpp/arith_simplify_test.cc | 5 -
tests/cpp/attrs_test.cc | 8 +-
tests/cpp/auto_scheduler_test.cc | 8 +-
tests/cpp/build_module_test.cc | 6 -
tests/cpp/container_test.cc | 8 +-
tests/cpp/contrib/bnns.cc | 307 -------------------
tests/cpp/dataflow_pattern_test.cc | 8 +-
tests/cpp/expr_test.cc | 8 +-
tests/cpp/ir_functor_test.cc | 8 +-
tests/cpp/microtvm_runtime_standalone_test.cc | 8 +-
tests/cpp/object_protocol_test.cc | 8 +-
tests/cpp/packed_func_test.cc | 8 +-
tests/cpp/parallel_for_test.cc | 6 -
tests/cpp/pattern_match_test.cc | 8 +-
tests/cpp/profiling_test.cc | 6 -
tests/cpp/random_engine_test.cc | 6 -
tests/cpp/relay_build_module_test.cc | 8 +-
tests/cpp/relay_dismantler_test.cc | 6 -
tests/cpp/relay_pass_type_infer_test.cc | 6 -
tests/cpp/relay_text_printer_test.cc | 6 -
tests/cpp/relay_transform_sequential_test.cc | 6 -
tests/cpp/support_test.cc | 6 -
tests/cpp/target_test.cc | 6 -
tests/cpp/tensor_test.cc | 8 +-
tests/cpp/texture_copy_test.cc | 6 -
tests/cpp/threading_backend_test.cc | 6 -
tests/cpp/tir_analysis_side_effect.cc | 8 +-
tests/cpp/topi_ewise_test.cc | 6 -
tests/crt/aot_memory_test.cc | 9 +-
tests/crt/framing_test.cc | 19 +-
tests/crt/func_registry_test.cc | 10 +-
tests/crt/memory_test.cc | 6 -
tests/crt/session_test.cc | 19 +-
tests/micro/zephyr/test_zephyr_aot.py | 4 +-
tests/python/relay/aot/aot_test_utils.py | 125 ++++++--
tests/python/relay/aot/corstone300.ld | 287 ++++++++++++++++++
tests/python/relay/aot/corstone300.mk | 109 +++++++
tests/python/relay/aot/{aot_test.mk => default.mk} | 8 +
tests/python/relay/aot/test_crt_aot.py | 81 ++---
tests/python/relay/test_external_codegen.py | 6 +-
tests/python/unittest/test_tir_schedule_reorder.py | 294 ++++++++++++++++++
tests/scripts/task_cpp_unittest.sh | 8 +-
93 files changed, 1914 insertions(+), 895 deletions(-)
delete mode 100644 tests/cpp/contrib/bnns.cc
create mode 100644 tests/python/relay/aot/corstone300.ld
create mode 100644 tests/python/relay/aot/corstone300.mk
rename tests/python/relay/aot/{aot_test.mk => default.mk} (95%)
create mode 100644 tests/python/unittest/test_tir_schedule_reorder.py