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 6790af8322 [LLVM] Fixes up to the latest LLVM21 (#18204)
add dbbcf904b0 [FFI][REFATOR] Cleanup entry function to redirect (#18205)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/module.h | 4 +-
jvm/core/src/main/java/org/apache/tvm/Module.java | 2 +-
python/tvm/runtime/module.py | 4 +-
src/runtime/cuda/cuda_module.cc | 1 -
src/runtime/library_module.cc | 10 +----
src/runtime/metal/metal_module.mm | 1 -
src/runtime/opencl/opencl_module.cc | 1 -
src/runtime/rocm/rocm_module.cc | 1 -
src/runtime/vulkan/vulkan_wrapped_func.cc | 1 -
src/target/llvm/codegen_cpu.cc | 50 ++++++++++++++--------
src/target/llvm/llvm_module.cc | 10 +----
src/target/source/codegen_c_host.cc | 4 +-
.../test_hexagon/test_async_dma_pipeline.py | 8 +++-
.../contrib/test_hexagon/test_parallel_hvx.py | 2 +-
.../test_hexagon/test_parallel_hvx_load_vtcm.py | 4 +-
.../contrib/test_hexagon/test_parallel_scalar.py | 2 +-
.../contrib/test_hexagon/test_vtcm_bandwidth.py | 8 +++-
17 files changed, 57 insertions(+), 56 deletions(-)