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/09/29 20:06:45 UTC

[tvm] branch last-successful updated (3e3d900c66 -> 2379917985)

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 3e3d900c66 [Virtual Machine] Implementation of 'set_output_zero_copy' (#11358)
     add ea01e3ffb4 [TIR] Preserve loop annotations in inject_software_pipeline pass (#12937)
     add 2379917985 [MetaSchedule] Add Script for TorchBench Model Tuning & Benchmarking (#12914)

No new revisions were added by this update.

Summary of changes:
 .../testing/torchbench}/__init__.py                |   0
 python/tvm/meta_schedule/testing/torchbench/run.py | 609 +++++++++++++++++++++
 .../tvm/meta_schedule/testing/torchbench/utils.py  | 103 ++++
 src/tir/transforms/inject_software_pipeline.cc     |  30 +-
 .../test_tir_transform_inject_software_pipeline.py |  67 +++
 5 files changed, 801 insertions(+), 8 deletions(-)
 copy python/tvm/{contrib/cuda_graph => meta_schedule/testing/torchbench}/__init__.py (100%)
 create mode 100644 python/tvm/meta_schedule/testing/torchbench/run.py
 create mode 100644 python/tvm/meta_schedule/testing/torchbench/utils.py