You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/09/27 06:21:06 UTC

[tvm] branch main updated (f64e933246 -> b61f633e10)

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

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


    from f64e933246 [LLVM] Emit fp16/fp32 builtins directly into target module (#12877)
     add b61f633e10 [TVM PyTorch Integration] optimized_torch & as_torch how-to guide (#12318)

No new revisions were added by this update.

Summary of changes:
 gallery/how_to/work_with_pytorch/using_as_torch.py | 159 +++++++++++++++++++++
 .../work_with_pytorch/using_optimized_torch.py     | 149 +++++++++++++++++++
 python/tvm/contrib/torch/as_torch.py               |   9 +-
 python/tvm/contrib/torch/optimize_torch.py         |   4 +-
 4 files changed, 316 insertions(+), 5 deletions(-)
 create mode 100644 gallery/how_to/work_with_pytorch/using_as_torch.py
 create mode 100644 gallery/how_to/work_with_pytorch/using_optimized_torch.py