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 a4b863a2ff [Misc][Release] Extend PR tags and Format PR hyper-links in 
release report (#15298)
     add 7ad71e622a [Docker] Update ci-cortexm docker image (#15310)
     add 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:
 ci/jenkins/docker-images.ini                       |   2 +-
 include/tvm/runtime/device_api.h                   |   3 +-
 python/tvm/_ffi/runtime_ctypes.py                  |  18 +++
 python/tvm/relay/backend/contrib/ethosu/codegen.py |  89 +++++++++++++-
 python/tvm/relay/op/contrib/ethosu.py              |   4 +-
 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 +
 tests/python/contrib/test_ethosu/test_codegen.py   |  63 ++++++++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 132 ++++++++++++++++++++-
 13 files changed, 333 insertions(+), 5 deletions(-)

Reply via email to