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 9bef7de9f0 [Doc] Fix link error in pipeline executor tutorial (#12185)
add ea6ea42757 TVM Vertical Integration with PyTorch (#11911)
No new revisions were added by this update.
Summary of changes:
apps/pt_tvmdsoop/tests/test_as_torch.py | 257 ++++++++++++++++++++
apps/pt_tvmdsoop/tests/test_optimize_torch.py | 161 +++++++++++++
python/tvm/contrib/torch/__init__.py | 12 +-
python/tvm/contrib/torch/as_torch.py | 124 ++++++++++
python/tvm/contrib/torch/optimize_torch.py | 198 ++++++++++++++++
python/tvm/script/parser.py | 16 +-
src/contrib/torch/base64.h | 75 ++++++
.../torch/pt_call_tvm/RuntimeModuleWrapper.cc | 259 +++++++++++++++++++++
8 files changed, 1099 insertions(+), 3 deletions(-)
create mode 100644 apps/pt_tvmdsoop/tests/test_as_torch.py
create mode 100644 apps/pt_tvmdsoop/tests/test_optimize_torch.py
create mode 100644 python/tvm/contrib/torch/as_torch.py
create mode 100644 python/tvm/contrib/torch/optimize_torch.py
create mode 100644 src/contrib/torch/base64.h
create mode 100644 src/contrib/torch/pt_call_tvm/RuntimeModuleWrapper.cc