You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2023/01/23 18:12:37 UTC

[tvm] branch main updated (cc7def073b -> b77d24c384)

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

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


    from cc7def073b [Bugfix][TIR] Fix version conflict with typing for different Python versions (3.8.0-3.10.0) (#13820)
     add b77d24c384 [microTVM][CRT]Separate CRT template project from standalone CRT build (#13812)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  2 ++
 ci/jenkins/generated/arm_jenkinsfile.groovy        |  4 +--
 ci/jenkins/generated/cpu_jenkinsfile.groovy        |  4 +--
 ci/jenkins/generated/i386_jenkinsfile.groovy       |  4 +--
 ci/jenkins/generated/minimal_jenkinsfile.groovy    |  4 +--
 ci/jenkins/templates/arm_jenkinsfile.groovy.j2     |  2 +-
 ci/jenkins/templates/cpu_jenkinsfile.groovy.j2     |  2 +-
 ci/jenkins/templates/i386_jenkinsfile.groovy.j2    |  2 +-
 ci/jenkins/templates/minimal_jenkinsfile.groovy.j2 |  2 +-
 ci/scripts/jenkins/s3.py                           |  3 +++
 cmake/modules/{Arduino.cmake => CRT.cmake}         | 31 +++++++++-------------
 cmake/modules/StandaloneCrt.cmake                  |  4 ---
 python/tvm/micro/build.py                          |  3 ---
 python/tvm/testing/aot.py                          |  4 +--
 src/runtime/crt/host/microtvm_api_server.py        |  5 ++--
 tests/python/unittest/test_crt.py                  |  2 +-
 tests/python/unittest/test_link_params.py          |  2 +-
 17 files changed, 37 insertions(+), 43 deletions(-)
 copy cmake/modules/{Arduino.cmake => CRT.cmake} (62%)