You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/01/29 21:32:04 UTC

[tvm] branch main updated (0fb5ae2 -> ba65197)

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

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


    from 0fb5ae2  [Op][Topi] Gather, GatherND, Take can accept unsigned integers as indices (#10080)
     add ba65197  [MetaSchedule][M4b] Testcases for TensorRT builder/runner (#10055)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/testing/__init__.py       |   1 +
 python/tvm/meta_schedule/testing/byoc_trt.py       |  53 +++++
 .../unittest/test_meta_schedule_byoc_tensorrt.py   | 228 +++++++++++++++++++++
 3 files changed, 282 insertions(+)
 create mode 100644 python/tvm/meta_schedule/testing/byoc_trt.py
 create mode 100644 tests/python/unittest/test_meta_schedule_byoc_tensorrt.py