This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 9687307  Corrected TVM autotuning on GPU (#5432)
     add 3cc4971  [RUNTIME][OBJECT] Introduce static slots for common objects. 
(#5423)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h                           |  7 ++--
 include/tvm/ir/function.h                       |  1 +
 include/tvm/ir/tensor_type.h                    |  1 +
 include/tvm/ir/type.h                           |  2 ++
 include/tvm/relay/expr.h                        |  1 +
 include/tvm/runtime/container.h                 |  6 ++--
 include/tvm/runtime/ndarray.h                   |  4 +--
 include/tvm/runtime/object.h                    | 43 ++++++++++++++++++-------
 include/tvm/runtime/packed_func.h               |  2 ++
 include/tvm/runtime/vm.h                        |  4 +--
 include/tvm/tir/stmt.h                          |  1 +
 include/tvm/tir/var.h                           |  1 +
 python/tvm/relay/quantize/quantize.py           |  2 +-
 python/tvm/runtime/container.py                 |  2 +-
 python/tvm/runtime/ndarray.py                   |  2 +-
 src/arith/canonical_simplify.cc                 |  1 +
 src/runtime/module.cc                           |  2 ++
 src/runtime/object.cc                           | 34 ++++++++++++++++---
 src/target/codegen.cc                           |  1 +
 src/target/opt/build_cuda_on.cc                 |  2 +-
 src/target/source/codegen_opencl.cc             |  2 +-
 src/target/source/codegen_opengl.cc             |  2 +-
 src/target/spirv/build_vulkan.cc                |  2 +-
 src/target/stackvm/codegen_stackvm.cc           |  2 +-
 tests/cpp/build_module_test.cc                  |  8 ++---
 tests/cpp/object_protocol_test.cc               |  1 +
 tests/cpp/relay_build_module_test.cc            | 14 ++++----
 tests/cpp/utvm_runtime_standalone_test.cc       |  8 ++---
 tests/python/unittest/test_te_schedule_graph.py |  6 ++--
 29 files changed, 113 insertions(+), 51 deletions(-)

Reply via email to