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 2023/09/29 05:02:49 UTC

[tvm] branch nightly updated (cf081d9929 -> def551dfd5)

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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from cf081d9929 [BugFix][CPP] Fix cpp deploy bug (#15773)
     add 9d8e6fda50 [ADRENO] Minor changes for Adreno docs and help scripts (#15830)
     add 8b40f5d028 [FRONTEND] Fix unnecessary pylint errors (#15838)
     add def551dfd5 [CLI TOOLS][RTVM] Improve rtvm tool with new options to measure native performance (#15818)

No new revisions were added by this update.

Summary of changes:
 apps/cpp_rtvm/README.md                       |  22 +++
 apps/cpp_rtvm/main.cc                         | 199 ++++++++++++++++++++++----
 apps/cpp_rtvm/tvm_runner.cc                   | 129 +++++++++++++----
 apps/cpp_rtvm/tvm_runner.h                    |  24 +++-
 docs/how_to/deploy/adreno.rst                 |   2 +-
 tests/python/frontend/keras/test_forward.py   |   2 +-
 tests/python/frontend/oneflow/test_forward.py |   2 +-
 tests/scripts/setup-adreno-env.sh             |  18 ++-
 tests/scripts/task_config_build_adreno.sh     |   2 +
 9 files changed, 334 insertions(+), 66 deletions(-)