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/11/02 23:25:17 UTC

[tvm] branch last-successful updated (da4bb4a65b -> d261fa8838)

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 da4bb4a65b Fix a typo in rpc/client.py (#12842)
     add d261fa8838 [Hexagon] Add pylint on tests (#13233)

No new revisions were added by this update.

Summary of changes:
 tests/lint/pylint.sh                               |  17 +-
 tests/python/contrib/test_hexagon/pytest_util.py   |  36 +-
 .../test_hexagon/test_async_dma_pipeline.py        | 514 ++++++++++++---------
 .../test_hexagon/test_benchmark_maxpool2d.py       | 190 ++++----
 .../contrib/test_hexagon/test_cache_read_write.py  |   4 +
 .../test_hexagon/test_fixed_point_conversion.py    |  13 +-
 .../test_hexagon/test_fixed_point_multiply.py      | 167 +++----
 .../contrib/test_hexagon/test_memory_alloc.py      |  22 +-
 .../contrib/test_hexagon/test_meta_schedule.py     | 147 +++---
 .../contrib/test_hexagon/test_parallel_hvx.py      |  81 ++--
 .../test_hexagon/test_parallel_hvx_load_vtcm.py    | 252 +++++-----
 .../contrib/test_hexagon/test_parallel_scalar.py   |  63 ++-
 .../contrib/test_hexagon/test_run_unit_tests.py    |   4 +
 tests/python/contrib/test_hexagon/test_sigmoid.py  |  40 +-
 .../test_hexagon/test_software_pipeline_async.py   | 269 +++++------
 .../contrib/test_hexagon/test_vtcm_bandwidth.py    |  53 ++-
 .../test_hexagon/test_wo_qnn_canonicalization.py   |   5 +-
 17 files changed, 1036 insertions(+), 841 deletions(-)