You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/04/25 15:18:12 UTC

[tvm] branch main updated: [ETHOSN] Roll CI forward to Ethos(TM)-N release 21.11 (#11099)

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

mousius 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 101f9e4b11 [ETHOSN] Roll CI forward to Ethos(TM)-N release 21.11 (#11099)
101f9e4b11 is described below

commit 101f9e4b11045f0ef8713ad8f727c924a06f41d3
Author: Leo-arm <Le...@arm.com>
AuthorDate: Mon Apr 25 16:18:05 2022 +0100

    [ETHOSN] Roll CI forward to Ethos(TM)-N release 21.11 (#11099)
    
    The updated code is already in the repo; this merely switches the CI over.
---
 docker/install/ubuntu_install_ethosn_driver_stack.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_ethosn_driver_stack.sh b/docker/install/ubuntu_install_ethosn_driver_stack.sh
index a7ea98a5c5..873486e965 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.08"
+repo_revision="21.11"
 install_path="/opt/arm/$repo_dir"
 
 tmpdir=$(mktemp -d)