You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/03/27 00:30:49 UTC

[tvm] branch main updated (14f829a -> 474bc4e)

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

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


    from 14f829a  [docs] Getting Started with TVM: AutoTVM and Matrix Multiply (#7643)
     add 474bc4e  [RUNTIME][WEB] Cleanup logging for web runtime. (#7750)

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |   2 +-
 .../android_camera/app/src/main/jni/Application.mk |   2 +-
 .../android_deploy/app/src/main/jni/Application.mk |   2 +-
 apps/android_rpc/app/src/main/jni/Application.mk   |   2 +-
 include/tvm/runtime/logging.h                      | 101 +++++++++++++++------
 src/runtime/logging.cc                             |  19 +++-
 web/apps/node/example.js                           |   3 +-
 web/emcc/tvmjs_support.cc                          |   8 +-
 web/emcc/wasm_runtime.cc                           |  30 ++++--
 web/emcc/webgpu_runtime.cc                         |  18 +---
 web/tests/node/test_packed_func.js                 |   6 ++
 11 files changed, 127 insertions(+), 66 deletions(-)