This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch split-libtvm-runtime-compiler
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6ddee96208 [CMAKE][CI][FIX] CI cross-DLL exports + jvm libtvm_runtime
path
add 57422fc33b [CMAKE][REFACTOR] Introduce TVM_RUNTIME_DLL for
cross-shared-lib symbol export
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 31 ++++++------
include/tvm/runtime/base.h | 23 +++++++++
include/tvm/runtime/builtin_fp16.h | 10 ++--
include/tvm/runtime/c_backend_api.h | 16 +++----
include/tvm/runtime/device_api.h | 4 +-
include/tvm/runtime/disco/builtin.h | 29 +++++------
include/tvm/runtime/disco/cuda_ipc_memory.h | 4 +-
include/tvm/runtime/disco/disco_worker.h | 2 +-
include/tvm/runtime/disco/session.h | 30 +++++++-----
include/tvm/runtime/logging.h | 17 ++++---
include/tvm/runtime/memory/memory_manager.h | 41 ++++++++--------
include/tvm/runtime/nvtx.h | 4 +-
include/tvm/runtime/profiling.h | 4 +-
include/tvm/runtime/tensor.h | 28 +++++------
include/tvm/runtime/threading_backend.h | 26 +++++-----
include/tvm/runtime/vm/executable.h | 2 +-
include/tvm/runtime/vm/tensor_cache_support.h | 14 +++---
src/runtime/builtin_fp16.cc | 12 ++---
src/runtime/const_loader_module.cc | 2 +
src/runtime/const_loader_module.h | 3 +-
src/runtime/contrib/dnnl/dnnl_kernel.h | 45 +++++++++--------
src/runtime/cuda/cuda_device_api.cc | 4 +-
src/runtime/cuda/cuda_module.h | 6 ++-
src/runtime/disco/builtin.cc | 4 +-
src/runtime/disco/disco_worker.cc | 2 +-
src/runtime/file_utils.cc | 69 ---------------------------
src/runtime/file_utils.h | 15 +++---
src/runtime/logging.cc | 7 ---
src/runtime/metadata.h | 63 ++++++++++++++++++++++--
src/runtime/opencl/opencl_module.h | 12 +++--
src/runtime/regex.h | 5 +-
src/runtime/rpc/rpc_socket_impl.cc | 4 +-
src/runtime/thread_pool.cc | 4 +-
src/runtime/vm/builtin.cc | 10 ++--
src/runtime/vm/tensor_cache_support.cc | 4 +-
src/runtime/vulkan/vulkan_module.h | 6 ++-
src/runtime/workspace_pool.h | 2 +-
37 files changed, 299 insertions(+), 265 deletions(-)