This is an automated email from the ASF dual-hosted git repository.
ruihangl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6c63e0db53 [ETHOSU][MicroNPU][Pass] Add a pass to replicate pads
(#14909)
add c4f10cd5e9 [Runtime] Device API to query L2 cache size (#15332)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/device_api.h | 3 ++-
python/tvm/_ffi/runtime_ctypes.py | 18 ++++++++++++++++++
python/tvm/target/target.py | 4 ++++
src/runtime/cuda/cuda_device_api.cc | 6 ++++++
src/runtime/metal/metal_device_api.mm | 2 ++
src/runtime/opencl/opencl_device_api.cc | 7 +++++++
src/runtime/rocm/rocm_device_api.cc | 5 +++++
src/runtime/vulkan/vulkan_device_api.cc | 3 +++
8 files changed, 47 insertions(+), 1 deletion(-)