You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gr...@apache.org on 2022/11/09 12:34:51 UTC

[tvm] branch main updated (0e395c389c -> fbe174bd6c)

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

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


    from 0e395c389c [AOT] Add CreateExecutorMetadata analysis pass (#13250)
     add fbe174bd6c [microTVM][CRT][DOCS] Add a PyTorch tutorial for microTVM with CRT (#13324)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                       |   1 +
 gallery/how_to/work_with_microtvm/micro_aot.py     |   6 +-
 gallery/how_to/work_with_microtvm/micro_pytorch.py | 206 +++++++++++++++++++++
 src/runtime/crt/host/Makefile.template             |   2 +-
 src/runtime/crt/host/microtvm_api_server.py        |   2 +
 tests/scripts/task_python_microtvm.sh              |   1 +
 6 files changed, 212 insertions(+), 6 deletions(-)
 create mode 100644 gallery/how_to/work_with_microtvm/micro_pytorch.py