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 afb6416234 [WebGPU] Handle device OOM in createBuffer (#17005)
add 3cd6673890 [Runtime] Allow query of available device memory through
DeviceAPI (#16994)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/device_api.h | 1 +
python/tvm/_ffi/runtime_ctypes.py | 16 ++++-
src/runtime/cuda/cuda_device_api.cc | 6 ++
src/runtime/opencl/opencl_device_api.cc | 6 ++
src/runtime/rocm/rocm_device_api.cc | 4 ++
src/runtime/vulkan/vulkan_device_api.cc | 5 ++
.../test_runtime_ndarray.py | 70 +++++++++++++++-------
7 files changed, 86 insertions(+), 22 deletions(-)