This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard a4aba2b765 fixup! Fix all scripts which reference python3 in the
docker containers.
discard 638c2faaf6 fix docker images to built ones for testing.
discard d156d84dd0 Fix all scripts which reference python3 in the docker
containers.
discard 2c8c349f35 try to fix hashes
discard dc2c86888d test Jenkins infra
discard 35ba74aa39 Adjust package installs with py-deps to use the virtualenv.
discard ab98a68a5e Align Python and package install process in all containers.
discard 9fdc718358 Add docker container for freezing python deps.
discard 4fbff3967e Add freeze_deps tool and modify gen_requirements to work
with it.
add 8a93eaffd1 Fix type checking annotation for Union type (#11430)
add 7ba8a614b8 [skip ci][ci][AutoScheduler] Disable flaky
test_mutate_parallel test (#11441)
add 7e83c4a545 unify ssize_t definition (#11384)
add 3f53e7a24d [skip ci][ci][paddle] Disable flaky test_forward_group_norm
(#11436)
add 014208e62a [Android] Update gradle version and other changes in
android apps, CI modification to auto-build Android apps and upload artifacts
(#11241)
add c247295648 avoid loop dependent allocation in buffer compaction
(#11428)
add 6c6dfbc90e [skip ci][ci] Fix broken test skips (#11456)
add bbdb656711 [Hexagon] Rewrite AllocateNodes with global.vtcm scope
after FlattenBuffer (#11429)
add 92cc5b0759 [ci] Use smaller ARM nodes for build/test (#11445)
new 2ac4f6f938 Add freeze_deps tool and modify gen_requirements to work
with it.
new 309f5053e2 Add docker container for freezing python deps.
new 3699242b96 Align Python and package install process in all containers.
new 1141e42c2e Adjust package installs with py-deps to use the virtualenv.
new 6ae10953b9 test Jenkins infra
new b76c4ae87a try to fix hashes
new 00a2568617 Fix all scripts which reference python3 in the docker
containers.
new 801de96ca8 fix docker images to built ones for testing.
new e0d7ab56af fixup! Fix all scripts which reference python3 in the
docker containers.
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 (a4aba2b765)
\
N -- N -- N refs/heads/areusch/freeze-dependencies (e0d7ab56af)
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 9 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:
.github/workflows/main.yml | 169 ++++++++++++++-------
Jenkinsfile | 18 +--
apps/android_camera/README.md | 129 +++++++++++++---
apps/android_camera/app/build.gradle | 52 +++++--
.../app/src/main/AndroidManifest.xml | 2 +-
.../androidcamerademo/Camera2BasicFragment.java | 2 +-
.../android/androidcamerademo/MainActivity.java | 1 +
apps/android_camera/app/src/main/jni/Android.mk | 3 +
apps/android_camera/app/src/main/jni/build.sh | 27 ----
apps/android_camera/app/src/main/jni/tvm_runtime.h | 5 +
.../app/src/main/res/layout/listview_row.xml | 2 +-
apps/android_camera/build.gradle | 13 +-
apps/android_camera/gradle.properties | 1 -
apps/android_camera/models/prepare_model.py | 2 +-
apps/android_camera/models/requirements.txt | 4 +
apps/android_deploy/app/build.gradle | 57 +++++--
apps/android_deploy/app/download-models.gradle | 2 +-
.../app/src/main/AndroidManifest.xml | 9 +-
.../org/apache/tvm/android/demo/MainActivity.java | 10 +-
apps/android_deploy/app/src/main/jni/build.sh | 26 ----
.../app/src/main/res/layout/activity_main.xml | 37 +++--
.../app/src/main/res/layout/content_main.xml | 7 +-
.../app/src/main/res/values/strings.xml | 2 +
apps/android_deploy/build.gradle | 8 +-
apps/android_deploy/gradle.properties | 2 +
apps/android_rpc/README.md | 14 +-
apps/android_rpc/app/build.gradle | 58 +++++--
apps/android_rpc/app/src/main/AndroidManifest.xml | 8 +-
.../java/org/apache/tvm/tvmrpc/MainActivity.java | 18 ++-
.../java/org/apache/tvm/tvmrpc/RPCActivity.java | 2 +-
apps/android_rpc/app/src/main/jni/build.sh | 26 ----
apps/android_rpc/app/src/main/jni/tvm_runtime.h | 1 +
.../app/src/main/res/layout/activity_main.xml | 10 +-
.../app/src/main/res/layout/activity_rpc.xml | 10 +-
.../app/src/main/res/layout/content_main.xml | 23 +--
.../app/src/main/res/values/strings.xml | 5 +
apps/android_rpc/build.gradle | 6 +-
.../gradle.properties | 2 -
include/tvm/runtime/c_runtime_api.h | 12 --
jenkins/Build.groovy.j2 | 2 +-
jenkins/Test.groovy.j2 | 7 +-
python/tvm/tir/schedule/_type_checker.py | 2 +-
src/driver/driver_api.cc | 2 +-
src/runtime/minrpc/minrpc_server.h | 6 +-
src/runtime/minrpc/minrpc_server_logging.h | 2 +-
src/runtime/rpc/rpc_channel_logger.h | 5 +-
src/support/socket.h | 2 +-
.../backtrace.h => src/support/ssize.h | 22 ++-
src/tir/transforms/compact_buffer_region.cc | 23 ++-
.../{topi => }/test_cache_read_write.py | 40 ++++-
tests/python/frontend/paddlepaddle/test_forward.py | 1 +
.../test_auto_scheduler_evolutionary_search.py | 1 +
.../test_tir_transform_compact_buffer_region.py | 98 +++++++++++-
.../unittest/test_type_annotation_checker.py | 14 +-
tests/scripts/ci.py | 2 +-
...nfig_build_qemu.sh => task_config_build_jvm.sh} | 12 +-
56 files changed, 687 insertions(+), 339 deletions(-)
delete mode 100755 apps/android_camera/app/src/main/jni/build.sh
create mode 100644 apps/android_camera/models/requirements.txt
delete mode 100644 apps/android_deploy/app/src/main/jni/build.sh
delete mode 100755 apps/android_rpc/app/src/main/jni/build.sh
copy apps/{android_camera => android_rpc}/gradle.properties (96%)
copy apps/bundle_deploy/backtrace.h => src/support/ssize.h (74%)
rename tests/python/contrib/test_hexagon/{topi => }/test_cache_read_write.py
(82%)
copy tests/scripts/{task_config_build_qemu.sh => task_config_build_jvm.sh}
(81%)