This is an automated email from the ASF dual-hosted git repository.
leandron pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new e94e83d [ETHOSN] Drop back to Ethos(TM)-N release 21.08 (#10157)
e94e83d is described below
commit e94e83dfcd0ffe9985e088ec34774a74a839eea0
Author: Leo-arm <[email protected]>
AuthorDate: Fri Feb 4 09:07:44 2022 +0000
[ETHOSN] Drop back to Ethos(TM)-N release 21.08 (#10157)
There is some clash with the int8 support that went in at the same time.
---
docker/install/ubuntu_install_ethosn_driver_stack.sh | 2 +-
tests/python/contrib/test_ethosn/test_addition.py | 2 +-
tests/python/contrib/test_ethosn/test_fullyconnected.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/install/ubuntu_install_ethosn_driver_stack.sh
b/docker/install/ubuntu_install_ethosn_driver_stack.sh
index 873486e..a7ea98a 100755
--- a/docker/install/ubuntu_install_ethosn_driver_stack.sh
+++ b/docker/install/ubuntu_install_ethosn_driver_stack.sh
@@ -22,7 +22,7 @@ set -o pipefail
repo_url="https://github.com/Arm-software/ethos-n-driver-stack"
repo_dir="ethosn-driver"
-repo_revision="21.11"
+repo_revision="21.08"
install_path="/opt/arm/$repo_dir"
tmpdir=$(mktemp -d)
diff --git a/tests/python/contrib/test_ethosn/test_addition.py
b/tests/python/contrib/test_ethosn/test_addition.py
index 3e0252e..ee2a6ea 100644
--- a/tests/python/contrib/test_ethosn/test_addition.py
+++ b/tests/python/contrib/test_ethosn/test_addition.py
@@ -56,7 +56,7 @@ def _get_addition_qnn_params(dtype, input1_zp, input1_sc,
input2_zp, input2_sc):
@requires_ethosn
[email protected]("dtype", ["uint8", "int8"])
[email protected]("dtype", ["uint8"])
def test_addition(dtype):
trials = [
((1, 22, 9, 9), 24, 1.057, 253, 0.452),
diff --git a/tests/python/contrib/test_ethosn/test_fullyconnected.py
b/tests/python/contrib/test_ethosn/test_fullyconnected.py
index 8831526..b50f227 100644
--- a/tests/python/contrib/test_ethosn/test_fullyconnected.py
+++ b/tests/python/contrib/test_ethosn/test_fullyconnected.py
@@ -58,7 +58,7 @@ def _get_model(
@requires_ethosn
[email protected]("dtype", ["uint8", "int8"])
[email protected]("dtype", ["uint8"])
def test_fullyconnected(dtype):
trials = [
((1, 1024), 71, 0.580, 79, 1.498),