You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/03/26 11:57:40 UTC

[tvm] branch main updated (fbfeee4 -> f449070)

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

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


    from fbfeee4  [Refactor] Rename TVMContext to Device (#7721)
     add f449070  [Bugfix] Fix usages of logging-related macros (#7748)

No new revisions were added by this update.

Summary of changes:
 apps/android_camera/app/src/main/jni/Application.mk | 2 +-
 apps/android_camera/app/src/main/jni/tvm_runtime.h  | 2 +-
 apps/android_deploy/app/src/main/jni/Application.mk | 2 +-
 apps/android_deploy/app/src/main/jni/tvm_runtime.h  | 2 +-
 apps/android_rpc/app/src/main/jni/Application.mk    | 2 +-
 apps/android_rpc/app/src/main/jni/tvm_runtime.h     | 2 +-
 apps/ios_rpc/tvmrpc.xcodeproj/project.pbxproj       | 4 ++--
 src/runtime/object.cc                               | 2 +-
 tests/lint/check_file_type.py                       | 2 --
 web/emcc/tvmjs_support.cc                           | 9 +++++++--
 web/emcc/wasm_runtime.cc                            | 9 +++++++--
 web/emcc/webgpu_runtime.cc                          | 5 ++++-
 12 files changed, 27 insertions(+), 16 deletions(-)