You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by xi...@apache.org on 2022/07/08 00:31:12 UTC

[tvm] branch main updated (2c365b49b8 -> 3c4d8870ca)

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

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


    from 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:
 .../unittest/test_meta_schedule_space_cpu.py       | 179 +++++++++++++++++++++
 .../unittest/test_meta_schedule_space_cuda.py      |   4 +-
 2 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 tests/python/unittest/test_meta_schedule_space_cpu.py