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 3e52c3dba5 [CI] Remove NVIDIA_DISABLE_REQUIRE (#16384)
add fe9814c73e [OpenCL][CMake] Fix OpenCL tests compilation (#16394)
add a7dd32cc16 [DeviceAPI] Support querying total global memory (#16398)
No new revisions were added by this update.
Summary of changes:
cmake/modules/OpenCL.cmake | 2 +-
include/tvm/runtime/device_api.h | 1 +
python/tvm/_ffi/runtime_ctypes.py | 14 ++++++++++++++
src/runtime/cuda/cuda_device_api.cc | 10 +++++++++-
src/runtime/metal/metal_device_api.mm | 4 ++++
src/runtime/opencl/opencl_device_api.cc | 10 +++++++++-
src/runtime/rocm/rocm_device_api.cc | 11 ++++++++++-
src/runtime/vulkan/vulkan_device_api.cc | 4 ++++
8 files changed, 52 insertions(+), 4 deletions(-)