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 32e9a48b1f [WebGPU] Fall back to 256MB for maxBufferSize if needed
(#17150)
add 641ce71b3c GraphExecutor: Fix wild pointer assign when input and
output are reshape (#17152)
add 0346266700 [Utils] Define line-length for "ruff format" (#17125)
add f60b08c9a4 [QoL][IR] Provide default constructor for
NameSupply/GlobalVarSupply (#17135)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir/global_var_supply.h | 7 ++--
include/tvm/ir/name_supply.h | 4 +-
pyproject.toml | 4 ++
src/auto_scheduler/feature.cc | 3 +-
src/contrib/hybrid/codegen_hybrid.h | 2 +-
src/driver/driver_api.cc | 6 +--
src/ir/global_var_supply.cc | 2 +-
src/relax/backend/contrib/cutlass/codegen.cc | 2 +-
src/relax/ir/block_builder.cc | 3 +-
src/relax/transform/allocate_workspace.cc | 2 +-
src/relax/transform/normalize.cc | 2 +-
src/relay/backend/graph_executor_codegen.cc | 2 +-
src/relay/backend/task_extraction.cc | 4 +-
src/relay/backend/te_compiler.cc | 5 +--
src/relay/backend/te_compiler_cache.cc | 4 +-
src/relay/backend/te_compiler_cache.h | 2 +-
src/runtime/graph_executor/graph_executor.cc | 22 ++++++++++
src/runtime/graph_executor/graph_executor.h | 2 +
src/target/source/codegen_c.h | 2 +-
src/target/source/codegen_source_base.cc | 2 +-
src/target/source/codegen_source_base.h | 2 +-
src/te/operation/create_primfunc.cc | 2 +-
src/tir/ir/index_map.cc | 2 +-
tests/cpp/build_module_test.cc | 4 +-
tests/cpp/c_codegen_test.cc | 6 +--
tests/cpp/name_supply_test.cc | 4 +-
.../runtime/test_runtime_module_based_interface.py | 49 ++++++++++++++++++++++
27 files changed, 111 insertions(+), 40 deletions(-)