You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/04/14 04:13:03 UTC

[tvm] branch main updated (985fc933f4 -> 52f52c83de)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 985fc933f4 [Hexagon] Handle TCP server binding to unknown port (#10945)
     add 52f52c83de [BYOC][ACL] Fix list is not supported as an input node (#10801)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/arm_compute_lib.py     |  37 ++++-
 .../backend/contrib/arm_compute_lib/codegen.cc     |  26 ++++
 src/runtime/contrib/arm_compute_lib/acl_runtime.cc |  82 +++++++++--
 src/runtime/contrib/arm_compute_lib/acl_utils.cc   |  16 ++-
 src/runtime/contrib/arm_compute_lib/acl_utils.h    |   9 +-
 src/runtime/contrib/json/json_runtime.h            |   1 +
 .../contrib/test_arm_compute_lib/infrastructure.py |  28 +++-
 .../test_arm_compute_lib/test_concatenate.py       | 151 +++++++++++++++++++++
 8 files changed, 320 insertions(+), 30 deletions(-)
 create mode 100644 tests/python/contrib/test_arm_compute_lib/test_concatenate.py