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/09/06 16:30:00 UTC

[tvm] branch last-successful updated (7c7b0f7a2f -> b3edb6e227)

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 7c7b0f7a2f [ci][tvmbot] Trigger GitHub Actions after merging (#12361)
     add 0cbf3aa6e2 [AutoTVM][Testing] Add `tune_relay` scripts (#12685)
     add 4ed6564f76 [ci] Add tests for PR linter (#12680)
     add 2734d044a2 [Adreno] Define memory_info for global.texture* (#12647)
     add 28cad58fd0 [Web][Emscripten] Update EMCC C++ standard to C++17 (#12693)
     add 5dcf62288b [ETHOSN] Use pytest parameterization for integration tests (#12688)
     add b3edb6e227 [Apps] Pin android_camera TensorFlow/Keras dependency version (#12710)

No new revisions were added by this update.

Summary of changes:
 apps/android_camera/models/requirements.txt        |   4 +-
 ci/scripts/check_pr.py                             |  17 +-
 include/tvm/target/target_info.h                   |   6 +-
 .../cuda_graph => autotvm/testing}/__init__.py     |   1 +
 .../testing/tune_relay.py                          | 148 ++++----
 python/tvm/topi/adreno/utils.py                    |  14 +
 tests/python/ci/test_ci.py                         |  43 +++
 tests/python/contrib/test_ethosn/test_conv2d.py    | 399 +++++++++++----------
 .../contrib/test_ethosn/test_depth_to_space.py     |  59 ++-
 .../contrib/test_ethosn/test_fullyconnected.py     |  95 ++---
 tests/python/contrib/test_ethosn/test_pooling.py   |  77 ++--
 tests/python/contrib/test_ethosn/test_relu.py      |  71 ++--
 tests/python/contrib/test_ethosn/test_resize.py    |  42 +--
 tests/python/contrib/test_ethosn/test_sigmoid.py   |  82 ++---
 tests/python/contrib/test_ethosn/test_split.py     |  59 ++-
 .../python/contrib/test_ethosn/test_topologies.py  |  73 ++--
 web/Makefile                                       |   2 +-
 17 files changed, 643 insertions(+), 549 deletions(-)
 mode change 100644 => 100755 ci/scripts/check_pr.py
 copy python/tvm/{contrib/cuda_graph => autotvm/testing}/__init__.py (95%)
 copy python/tvm/{auto_scheduler => autotvm}/testing/tune_relay.py (55%)