This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
omit 007443d Update ci-cpu to v0.78.
add a6be791 Add USE_ETHOSU for the config.cmake (#9162)
add 6911339 correct error (#9193)
add 16cabb7 Fix custom_address serialization in c++ tracker client.
(#9192)
add 86b184b [Meta Scheduler] Add cleanup for localrunner (#9191)
add 7c6d71b [UnitTests][CMSISNN] Mark CMSISNN with skipif they are
missing libraries (#9179)
add 1d3177b [TIR] Fix FlattenBuffer computing size for buffer with
strides (#9195)
add d9a5ff5 Update ci-cpu to v0.78. (#9199)
add 627e92e [VitisAI] Update Vitis AI integration to 1.4 release (#8815)
add 37cd983 Fix end to end benchmark with rpc devices (#9175)
add c9c0688 [cpptest] Reset op attributes before registering them (#9202)
add 01771ab Address Christopher's comments from #8788 (#9197)
add f0bcfa7 Add TVMC Frontend for PaddlePaddle (#9083)
add 2273770 [UnitTests][CMSISNN] Mark Binary Ops CMSIS NN tests as
skipped (#9200)
new 5360f37 Update ci_i386 to v0.74.
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 (007443d)
\
N -- N -- N refs/heads/ci-docker-staging (5360f37)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Jenkinsfile | 2 +-
apps/cpp_rpc/rpc_tracker_client.h | 5 +
cmake/config.cmake | 3 +
docker/Dockerfile.demo_vitis_ai | 4 +-
docker/install/ubuntu_install_vitis_ai_core.sh | 11 +
docs/deploy/vitis_ai.rst | 833 ++++++++-------------
include/tvm/relay/transform.h | 3 +-
python/gen_requirements.py | 1 +
python/tvm/contrib/graph_executor.py | 2 +-
python/tvm/driver/tvmc/frontends.py | 26 +
python/tvm/meta_schedule/runner/local_runner.py | 27 +-
python/tvm/relay/op/contrib/cmsisnn.py | 4 +
python/tvm/relay/op/contrib/vitis_ai.py | 21 +-
python/tvm/runtime/vm.py | 2 +-
python/tvm/testing/utils.py | 14 +
python/tvm/topi/math.py | 2 +-
src/relay/transforms/higher_order_gradient.cc | 2 +-
src/relay/transforms/pass_utils.h | 2 +-
src/relay/transforms/to_a_normal_form.cc | 38 +-
src/relay/transforms/to_basic_block_normal_form.cc | 2 +-
src/runtime/ndarray.cc | 3 +-
src/tir/transforms/flatten_buffer.cc | 4 +
tests/cpp/relay_build_module_test.cc | 8 +-
tests/cpp/relay_transform_sequential_test.cc | 7 +-
tests/cpp/runtime_test.cc | 8 +-
.../python/contrib/test_cmsisnn/test_binary_ops.py | 3 +
tests/python/contrib/test_cmsisnn/test_networks.py | 5 +-
tests/python/contrib/test_cmsisnn/test_softmax.py | 3 +
.../python/contrib/test_vitis_ai/infrastructure.py | 13 +-
.../contrib/test_vitis_ai/test_vitis_ai_codegen.py | 170 +++--
.../test_vitis_ai_runtime_cpu_part.py | 15 +-
tests/python/driver/tvmc/conftest.py | 14 +-
tests/python/driver/tvmc/test_compiler.py | 78 ++
tests/python/driver/tvmc/test_frontends.py | 18 +
tests/python/driver/tvmc/test_tvmc_common.py | 25 +
tests/python/relay/test_backend_graph_executor.py | 6 +-
tests/python/relay/test_op_level5.py | 4 +-
tests/python/relay/test_vm.py | 12 +-
tests/python/unittest/test_meta_schedule_runner.py | 2 +
.../unittest/test_tir_transform_flatten_buffer.py | 42 ++
40 files changed, 790 insertions(+), 654 deletions(-)