This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 56b18ec [Ansor] Parallel the InitPopulation (#6529)
add b6e6395 [BYOC][ACL] Add maximum support for float32 (#6506)
No new revisions were added by this update.
Summary of changes:
docs/deploy/arm_compute_lib.rst | 2 +
python/tvm/relay/op/contrib/arm_compute_lib.py | 8 ++
src/runtime/contrib/arm_compute_lib/acl_runtime.cc | 19 +++-
.../contrib/test_arm_compute_lib/test_maximum.py | 104 +++++++++++++++++++++
4 files changed, 132 insertions(+), 1 deletion(-)
create mode 100644 tests/python/contrib/test_arm_compute_lib/test_maximum.py