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 7131411f0a [Bugfix][TIR][VTA] Update host-side target, even without 
device func (#14982)
     add c8f97aa877 [TIR] Fix incorrect construction of block frames (#14993)
     add c98e29bbf4 [Bugfix] Make ThreadAllReduce pass compatible with int64 
(#14991)
     add ea57778087 [CMAKE] Add a dummy target to defer libtvm dep (#14975)
     add 4eb1a4fdf0 [Hexagon] Update instructions to compile hexagon runtime 
(#14948)
     add 7fe58a181c [OpenCL] Improve diagnostic message (#14995)
     add 443fa20e20 [RUNTIME] Update Module and Registry to use String 
Container (#14902)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     | 13 ++++++++++
 apps/dso_plugin_module/plugin_module.cc            |  3 +--
 cmake/modules/HexagonSDK.cmake                     |  4 ++++
 include/tvm/runtime/module.h                       | 19 +++++++--------
 include/tvm/runtime/packed_func.h                  |  2 +-
 include/tvm/runtime/registry.h                     | 12 +++++-----
 include/tvm/runtime/vm/executable.h                |  4 ++--
 include/tvm/runtime/vm/vm.h                        |  2 +-
 src/relay/backend/aot_executor_codegen.cc          |  2 +-
 src/relay/backend/build_module.cc                  |  2 +-
 src/relay/backend/contrib/ethosu/source_module.cc  |  8 +++----
 src/relay/backend/graph_executor_codegen.cc        |  2 +-
 src/relay/backend/vm/compiler.cc                   |  2 +-
 src/relay/backend/vm/compiler.h                    |  2 +-
 src/relay/printer/model_library_format_printer.cc  |  2 +-
 src/runtime/aot_executor/aot_executor.cc           |  3 +--
 src/runtime/aot_executor/aot_executor.h            |  2 +-
 src/runtime/aot_executor/aot_executor_factory.cc   |  2 +-
 src/runtime/aot_executor/aot_executor_factory.h    |  2 +-
 src/runtime/const_loader_module.cc                 |  2 +-
 src/runtime/contrib/coreml/coreml_runtime.h        |  2 +-
 src/runtime/contrib/coreml/coreml_runtime.mm       |  3 +--
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc      |  2 +-
 src/runtime/contrib/ethosn/ethosn_runtime.cc       |  5 ++--
 src/runtime/contrib/ethosn/ethosn_runtime.h        |  4 ++--
 src/runtime/contrib/json/json_runtime.h            |  4 ++--
 src/runtime/contrib/libtorch/libtorch_runtime.cc   |  4 ++--
 src/runtime/contrib/onnx/onnx_module.cc            |  6 ++---
 src/runtime/contrib/tflite/tflite_runtime.cc       |  3 +--
 src/runtime/contrib/tflite/tflite_runtime.h        |  2 +-
 src/runtime/contrib/vitis_ai/vitis_ai_runtime.cc   |  3 +--
 src/runtime/contrib/vitis_ai/vitis_ai_runtime.h    |  2 +-
 src/runtime/cuda/cuda_module.cc                    | 11 ++++-----
 .../cuda_graph/graph_runtime_cuda_graph.cc         |  4 ++--
 .../graph_executor/debug/graph_executor_debug.cc   |  2 +-
 .../graph_executor/debug/graph_executor_debug.h    |  2 +-
 src/runtime/graph_executor/graph_executor.cc       |  3 +--
 src/runtime/graph_executor/graph_executor.h        |  2 +-
 .../graph_executor/graph_executor_factory.cc       |  2 +-
 .../graph_executor/graph_executor_factory.h        |  2 +-
 src/runtime/hexagon/README.md                      |  2 ++
 src/runtime/hexagon/hexagon_module.cc              |  6 ++---
 src/runtime/hexagon/hexagon_module.h               |  6 ++---
 src/runtime/library_module.cc                      |  5 ++--
 src/runtime/metadata.cc                            |  2 +-
 src/runtime/metal/metal_module.mm                  |  9 ++++---
 src/runtime/module.cc                              | 15 ++++++------
 src/runtime/opencl/opencl_common.h                 |  8 +++----
 src/runtime/opencl/opencl_module.cc                | 14 ++++++-----
 src/runtime/opencl/opencl_module_spirv.cc          |  6 ++---
 src/runtime/opencl/sdaccel/sdaccel_module.cc       |  2 +-
 src/runtime/pipeline/pipeline_executor.cc          |  2 +-
 src/runtime/pipeline/pipeline_executor.h           |  2 +-
 src/runtime/registry.cc                            | 18 +++++++-------
 src/runtime/rocm/rocm_module.cc                    |  9 ++++---
 src/runtime/rpc/rpc_module.cc                      |  4 ++--
 src/runtime/stackvm/stackvm_module.cc              |  9 +++----
 src/runtime/static_library.cc                      |  4 ++--
 src/runtime/vm/executable.cc                       |  6 ++---
 src/runtime/vm/profiler/vm.cc                      |  2 +-
 src/runtime/vm/profiler/vm.h                       |  2 +-
 src/runtime/vm/vm.cc                               |  3 +--
 src/runtime/vulkan/vulkan_module.cc                |  2 +-
 src/runtime/vulkan/vulkan_wrapped_func.cc          |  6 ++---
 src/runtime/vulkan/vulkan_wrapped_func.h           |  6 ++---
 src/support/ffi_testing.cc                         |  4 ++--
 src/target/llvm/llvm_module.cc                     | 14 +++++------
 src/target/source/codegen_webgpu.cc                |  8 ++-----
 src/target/source/interface_c.cc                   |  4 ++--
 src/target/source/source_module.cc                 | 28 +++++++++++-----------
 src/tir/schedule/state.cc                          |  2 +-
 src/tir/transforms/lower_thread_allreduce.cc       |  3 ++-
 tests/scripts/task_config_build_cpu.sh             |  3 ---
 tests/scripts/task_config_build_i386.sh            |  3 ---
 tests/scripts/task_python_vta_fsim.sh              |  3 +++
 web/emcc/webgpu_runtime.cc                         |  6 ++---
 76 files changed, 196 insertions(+), 190 deletions(-)

Reply via email to