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

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


    from 7704232  Gather operation with indices as tensor expr in TFLite 
frontend (#6168)
     add 233b8cc  [RUNTIME][REFACTOR] Use new to avoid exit-time de-allocation 
order problem in DeviceAPI (#6292)

No new revisions were added by this update.

Summary of changes:
 src/runtime/c_runtime_api.cc                     |  4 ++--
 src/runtime/cpu_device_api.cc                    |  8 +++++---
 src/runtime/cuda/cuda_device_api.cc              | 10 ++++++----
 src/runtime/hexagon/hexagon_device_api.cc        |  8 +++++---
 src/runtime/metal/metal_common.h                 |  2 +-
 src/runtime/metal/metal_device_api.mm            |  8 +++++---
 src/runtime/metal/metal_module.mm                |  4 ++--
 src/runtime/micro/micro_device_api.cc            |  6 +++---
 src/runtime/opencl/aocl/aocl_common.h            |  2 +-
 src/runtime/opencl/aocl/aocl_device_api.cc       |  6 +++---
 src/runtime/opencl/aocl/aocl_module.cc           |  6 ++----
 src/runtime/opencl/opencl_common.h               |  9 ++++-----
 src/runtime/opencl/opencl_device_api.cc          |  6 +++---
 src/runtime/opencl/opencl_module.cc              |  4 ++--
 src/runtime/opencl/sdaccel/sdaccel_common.h      |  2 +-
 src/runtime/opencl/sdaccel/sdaccel_device_api.cc |  6 +++---
 src/runtime/opencl/sdaccel/sdaccel_module.cc     |  4 ++--
 src/runtime/rocm/rocm_device_api.cc              |  6 +++---
 src/runtime/vulkan/vulkan.cc                     |  6 +++---
 src/runtime/workspace_pool.cc                    |  6 +++---
 src/runtime/workspace_pool.h                     |  6 +++---
 vta/runtime/device_api.cc                        |  6 +++---
 web/emcc/webgpu_runtime.cc                       |  6 +++---
 23 files changed, 68 insertions(+), 63 deletions(-)

Reply via email to