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/08/05 07:23:27 UTC

[tvm] branch last-successful updated (5d0367a137 -> 4231ebb715)

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 5d0367a137 [QNN] Add qnn op for abs to fix wrong scale on quantize (#12287)
     add 485bfaf1ea [ci][docker] Add retries for docker pull (#12306)
     add 4231ebb715 [TVMScript] TracedObject class that simplifies tracing ObjectPaths (#12299)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                |  27 +-
 ci/jenkins/Prepare.groovy.j2               |   6 +-
 include/tvm/script/printer/traced_object.h | 482 +++++++++++++++++++++++++++++
 tests/cpp/traced_object_test.cc            | 268 ++++++++++++++++
 4 files changed, 780 insertions(+), 3 deletions(-)
 create mode 100644 include/tvm/script/printer/traced_object.h
 create mode 100644 tests/cpp/traced_object_test.cc