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/05/12 01:38:41 UTC

[tvm] branch last-successful updated (775457ceff -> 1a8c64bb91)

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 775457ceff [ci][docker] Use sccache everywhere by default (#11267)
     add 1a8c64bb91 [Hexagon] capture gtest output and return over FFI (#11239)

No new revisions were added by this update.

Summary of changes:
 docker/Dockerfile.ci_hexagon                       |   1 +
 tests/cpp-runtime/hexagon/run_unit_tests.cc        | 122 +++++++++++++++++++++
 tests/python/contrib/test_hexagon/conftest.py      |  10 ++
 .../contrib/test_hexagon/test_run_unit_tests.py    |  47 ++++++++
 tests/python/contrib/test_hexagon/unit_tests.py    |  42 -------
 tests/scripts/task_build_hexagon_api.sh            |   5 +-
 tests/scripts/task_python_hexagon.sh               |   3 +
 7 files changed, 187 insertions(+), 43 deletions(-)
 create mode 100644 tests/cpp-runtime/hexagon/run_unit_tests.cc
 create mode 100644 tests/python/contrib/test_hexagon/test_run_unit_tests.py
 delete mode 100644 tests/python/contrib/test_hexagon/unit_tests.py