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 83c0c4c65a [Fix] Replace dmlc::Error with std::exception in VerifyGPUCode (#18103) add 17113f8216 [REFACTOR] Formalize namespace for all objects (#18101) No new revisions were added by this update. Summary of changes: docs/arch/runtime.rst | 2 +- ffi/include/tvm/ffi/container/array.h | 2 +- ffi/include/tvm/ffi/container/map.h | 2 +- ffi/include/tvm/ffi/error.h | 2 +- ffi/include/tvm/ffi/function.h | 2 +- ffi/include/tvm/ffi/object.h | 14 ++++--- include/tvm/arith/int_set.h | 2 +- include/tvm/ir/attrs.h | 6 +-- include/tvm/ir/env_func.h | 2 +- include/tvm/ir/expr.h | 16 ++++---- include/tvm/ir/function.h | 2 +- include/tvm/ir/global_info.h | 6 +-- include/tvm/ir/global_var_supply.h | 2 +- include/tvm/ir/module.h | 2 +- include/tvm/ir/name_supply.h | 2 +- include/tvm/ir/op.h | 2 +- include/tvm/ir/source_map.h | 10 ++--- include/tvm/ir/type.h | 19 +++++---- include/tvm/node/object_path.h | 16 ++++---- include/tvm/node/script_printer.h | 2 +- include/tvm/node/structural_equal.h | 2 +- include/tvm/relax/expr.h | 2 +- include/tvm/runtime/profiling.h | 4 +- include/tvm/target/tag.h | 2 +- include/tvm/target/target.h | 2 +- include/tvm/target/target_info.h | 2 +- include/tvm/target/target_kind.h | 2 +- include/tvm/target/virtual_device.h | 2 +- include/tvm/te/operation.h | 12 +++--- python/tvm/arith/int_set.py | 1 + python/tvm/ffi/container.py | 4 +- python/tvm/ffi/ndarray.py | 2 +- python/tvm/ir/attrs.py | 6 +-- python/tvm/ir/base.py | 10 ++--- python/tvm/ir/expr.py | 46 +++------------------- python/tvm/ir/function.py | 1 + python/tvm/ir/global_info.py | 3 ++ python/tvm/ir/module.py | 4 +- python/tvm/ir/op.py | 2 +- python/tvm/ir/supply.py | 4 +- python/tvm/ir/type.py | 11 +++--- python/tvm/relax/dpl/pattern.py | 2 +- python/tvm/relax/expr.py | 1 + python/tvm/runtime/ndarray.py | 2 +- python/tvm/runtime/object_path.py | 18 ++++----- python/tvm/runtime/script_printer.py | 2 +- python/tvm/script/ir_builder/relax/ir.py | 14 ++++--- python/tvm/target/target.py | 4 +- python/tvm/target/virtual_device.py | 2 +- python/tvm/te/tensor.py | 11 +++--- python/tvm/tir/expr.py | 4 +- python/tvm/tir/function.py | 2 +- src/ir/type.cc | 1 + src/runtime/cuda/cuda_device_api.cc | 2 +- src/runtime/hexagon/hexagon_common.cc | 2 +- src/runtime/metal/metal_device_api.mm | 2 +- src/runtime/opencl/opencl_common.h | 2 +- src/runtime/profiling.cc | 4 +- src/runtime/rocm/rocm_device_api.cc | 2 +- tests/python/ir/test_ir_attrs.py | 8 ++-- tests/python/ir/test_ir_container.py | 4 +- tests/python/ir/test_node_reflection.py | 4 +- tests/python/te/test_te_create_primfunc.py | 2 +- ...r_transform_lower_device_storage_access_info.py | 4 +- .../test_tir_transform_storage_rewrite.py | 6 ++- .../tvmscript/test_tvmscript_ir_builder_tir.py | 2 +- web/src/runtime.ts | 2 +- 67 files changed, 167 insertions(+), 179 deletions(-)