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 0c41a09 [CI] Add Arm Compute Library to Arm CI unit test pipeline
omit e9380e4 Refactor AOT Test Utils parameters into object (#8650)
omit 9586ee2 increase atol for float32 (#8712)
omit 2e63568 [Docs][UnitTest] Updated target parametrization documentation
(#8724)
add c89a0a9 Try pytest-xdist (constrained to 2 CPU max for CI)
add bde8859 serialize test_tvm_testing_features
add 4217cdc fix unbound local and only run --parallel for build and CPU
integration
add 8bb559a fix typo
add 4867fa8 why is it running so many tests?
add f07829c Fix using nvcc from xdist and also whenever stdin is closed :|
add 247d14a rename scheduler
add 3840d86 commit num cpus hook
add 3f5e543 black format
add 58c58f9 EXECUTOR_NUMBER is indeed 0-based
add 2f2472e Use all available ARM cpus
add 2f6eb9f actually use --cpuset-cpus...
add efb2935 hardcode build -j<n>
add 1b424f1 uncomment cmake
add 4ae07da remove -j flag from Jenkinsfile since it is useless now
add e80ec7f clean up dockerfile
add 2b69c30 clean up task_build
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 (0c41a09)
\
N -- N -- N refs/heads/ci-docker-staging (2b69c30)
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:
Jenkinsfile | 17 +-
conftest.py | 16 ++
docker/bash.sh | 86 +++++++--
docs/dev/pytest_target_parametrization.rst | 127 ++++++-------
python/tvm/contrib/nvcc.py | 5 +-
tests/python/relay/aot/aot_test_utils.py | 208 ++++++++++++++-------
tests/python/relay/aot/test_crt_aot.py | 175 +++++++++++------
tests/python/relay/test_external_codegen.py | 11 +-
tests/python/topi/python/test_topi_conv2d_nchw.py | 2 +-
.../unittest/test_auto_scheduler_search_policy.py | 9 +-
tests/scripts/setup-pytest-env.sh | 29 +++
tests/scripts/task_build.sh | 11 +-
tests/scripts/task_python_frontend.sh | 2 +-
tests/scripts/task_python_integration.sh | 21 ++-
tests/scripts/task_python_integration_gpuonly.sh | 1 +
tests/scripts/task_python_unittest.sh | 9 +-
tests/scripts/task_python_vta_fsim.sh | 4 +-
tests/scripts/task_python_vta_tsim.sh | 4 +-
18 files changed, 475 insertions(+), 262 deletions(-)