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 02:35:32 UTC

[tvm] branch last-successful updated (a8e329443d -> 3c4d8870ca)

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 a8e329443d [Pylint] Pylint integration_tests folder (#11672)
     add 2c365b49b8 [TIR] fix crash when comparing IntImm to None (#12034)
     add 3c4d8870ca [MetaSchedule][Testing] Add unittests for C1D search space (#12036)

No new revisions were added by this update.

Summary of changes:
 src/tir/op/op.cc                                   |   2 +
 .../unittest/test_meta_schedule_space_cpu.py       | 179 +++++++++++++++++++++
 .../unittest/test_meta_schedule_space_cuda.py      |   4 +-
 tests/python/unittest/test_tir_base.py             |  12 ++
 4 files changed, 195 insertions(+), 2 deletions(-)
 create mode 100644 tests/python/unittest/test_meta_schedule_space_cpu.py