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 bd1411f865 [DOCKER] Tensorflow (aka TFLite) upgrade to 2.18.0 (#17648)
     add ce22736e06 [OPENCL][TEXTURE] Improved texture memory planning (#17571)

No new revisions were added by this update.

Summary of changes:
 apps/android_rpc/app/src/main/jni/tvm_runtime.h    |   1 -
 include/tvm/runtime/device_api.h                   |   1 +
 include/tvm/runtime/memory/memory_manager.h        |  34 +-
 src/relay/backend/graph_plan_memory.cc             |  33 +-
 src/relay/backend/token_allocator.cc               | 184 ++++------
 src/relay/backend/token_allocator.h                |  54 +--
 src/runtime/contrib/clml/clml_runtime.cc           |   2 +-
 src/runtime/cuda/cuda_device_api.cc                |   2 +
 src/runtime/graph_executor/graph_executor.cc       |  82 ++---
 src/runtime/graph_executor/graph_executor.h        |   6 +-
 src/runtime/memory/memory_manager.cc               |  85 ++++-
 src/runtime/metal/metal_device_api.mm              |   2 +
 src/runtime/opencl/opencl_common.h                 |  59 ++-
 src/runtime/opencl/opencl_device_api.cc            | 367 ++++++++++++++++---
 src/runtime/opencl/opencl_module.cc                |   4 +-
 src/runtime/opencl/opencl_module_spirv.cc          |   2 +-
 src/runtime/opencl/texture_pool.cc                 | 171 ---------
 src/runtime/rocm/rocm_device_api.cc                |   3 +-
 src/runtime/texture.h                              |  84 +----
 src/runtime/vulkan/vulkan_device_api.cc            |   3 +-
 src/target/source/codegen_opencl.cc                |  14 +
 src/target/target_kind.cc                          |   1 +
 .../cpp-runtime/opencl/opencl_texture_pool_test.cc | 151 --------
 tests/cpp-runtime/opencl/opencl_timer_test.cc      |   2 +-
 tests/cpp-runtime/opencl/texture_copy_test.cc      | 322 ++++++++++++++++
 tests/cpp/relay/backend/graph_plan_token_alloc.cc  | 407 +++++++++++++++------
 tests/cpp/runtime/memory/memory_manager_tests.cc   |  84 ++---
 tests/cpp/texture_copy_test.cc                     |  47 +--
 tests/python/relay/test_backend_graph_executor.py  |   2 +-
 tests/scripts/task_python_integration.sh           |   9 +-
 30 files changed, 1328 insertions(+), 890 deletions(-)
 delete mode 100644 src/runtime/opencl/texture_pool.cc
 delete mode 100644 tests/cpp-runtime/opencl/opencl_texture_pool_test.cc
 create mode 100644 tests/cpp-runtime/opencl/texture_copy_test.cc

Reply via email to