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/07/08 01:36:30 UTC

[tvm] branch last-successful updated (013d5e8fcb -> a8e329443d)

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 013d5e8fcb [MetaSchedule][Minor] Stability Improvements (#12014)
     add 99d42b2238 [MetaSchedule][Testing] Test search space of conv1d (#12032)
     add a8e329443d [Pylint] Pylint integration_tests folder (#11672)

No new revisions were added by this update.

Summary of changes:
 .../tvm/meta_schedule/testing/space_generation.py  |  65 ++-
 tests/lint/pylint.sh                               |   1 +
 .../_cy2 => tests/python/integration}/__init__.py  |   2 +-
 tests/python/integration/test_arm_mprofile_dsp.py  |  10 +-
 tests/python/integration/test_dot.py               |  43 +-
 tests/python/integration/test_ewise.py             | 278 +++++-----
 tests/python/integration/test_ewise_fpga.py        |  75 +--
 tests/python/integration/test_gemm.py              | 115 ++--
 tests/python/integration/test_lower.py             | 360 ++++++++-----
 .../test_meta_schedule_auto_tensorize.py           |  61 ++-
 tests/python/integration/test_reduce.py            | 585 ++++++++++++---------
 tests/python/integration/test_scan.py              |  59 ++-
 tests/python/integration/test_tuning.py            | 188 ++++---
 tests/python/integration/test_winograd_nnpack.py   |  67 ++-
 .../unittest/test_meta_schedule_space_cuda.py      | 115 ++++
 15 files changed, 1252 insertions(+), 772 deletions(-)
 copy {python/tvm/_ffi/_cy2 => tests/python/integration}/__init__.py (93%)
 create mode 100644 tests/python/unittest/test_meta_schedule_space_cuda.py