You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/02/23 11:07:43 UTC

[tvm] branch last-successful updated (6c6e873 -> dcebd4d)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 6c6e873  [ARM_CPU] Conv2d int8 intrinsic for cortex-A72 (#10310)
     add dcebd4d  [CI][Hexagon] Add Hexagon Tests to pipeline (#10302)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        | 29 +++++++++
 tests/python/contrib/test_hexagon/conftest.py      | 75 +++-------------------
 tests/python/contrib/test_hexagon/rpc/__init__.py  | 18 ------
 tests/python/contrib/test_hexagon/rpc/conftest.py  | 31 ---------
 .../test_hexagon/{rpc => }/test_launcher.md        | 25 +++++++-
 .../test_hexagon/{rpc => }/test_launcher.py        | 28 +++++---
 tests/scripts/task_config_build_hexagon.sh         |  7 +-
 ...sk_python_nightly.sh => task_python_hexagon.sh} |  8 +--
 8 files changed, 87 insertions(+), 134 deletions(-)
 delete mode 100644 tests/python/contrib/test_hexagon/rpc/__init__.py
 delete mode 100644 tests/python/contrib/test_hexagon/rpc/conftest.py
 rename tests/python/contrib/test_hexagon/{rpc => }/test_launcher.md (87%)
 rename tests/python/contrib/test_hexagon/{rpc => }/test_launcher.py (91%)
 copy tests/scripts/{task_python_nightly.sh => task_python_hexagon.sh} (82%)