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

[tvm] branch main updated (99d42b2238 -> a8e329443d)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 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:
 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 ++-
 13 files changed, 1073 insertions(+), 771 deletions(-)
 copy {python/tvm/_ffi/_cy2 => tests/python/integration}/__init__.py (93%)