You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2020/11/06 02:01:54 UTC

[incubator-tvm] branch main updated (d164aac -> 0469a77)

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

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


    from d164aac  [TVMSCRIPT] Using diagnostics for TVM Script (#6797)
     add 0469a77  [BYOC] [ACL] ACL Runtime padding workaround (#6724)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/arm_compute_lib.py     | 42 ++++++++++++---
 src/runtime/contrib/arm_compute_lib/acl_utils.cc   |  1 +
 .../contrib/test_arm_compute_lib/infrastructure.py |  3 +-
 .../contrib/test_arm_compute_lib/test_dense.py     | 62 +++++++++++++++++-----
 .../contrib/test_arm_compute_lib/test_maximum.py   |  1 +
 .../contrib/test_arm_compute_lib/test_network.py   |  7 +--
 .../contrib/test_arm_compute_lib/test_pooling.py   | 11 ++--
 .../contrib/test_arm_compute_lib/test_reshape.py   |  5 +-
 8 files changed, 102 insertions(+), 30 deletions(-)