This is an automated email from the ASF dual-hosted git repository.
lukhut 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 21361a63aa [CMSIS-NN] Update CMSIS-NN release to v4.1.0 (#15059)
21361a63aa is described below
commit 21361a63aacfcc1dae087148036801c208f5078c
Author: Ashutosh Parkhi <[email protected]>
AuthorDate: Mon Jun 12 10:14:06 2023 +0100
[CMSIS-NN] Update CMSIS-NN release to v4.1.0 (#15059)
Routine update of CMSIS-NN to v4.1.0. Release notes
can be found at http://github.com/ARM-software/CMSIS-NN/releases/tag/v4.1.0.
---
docker/install/ubuntu_install_cmsis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/install/ubuntu_install_cmsis.sh
b/docker/install/ubuntu_install_cmsis.sh
index 1561cd3dfd..a21005d7a5 100755
--- a/docker/install/ubuntu_install_cmsis.sh
+++ b/docker/install/ubuntu_install_cmsis.sh
@@ -49,7 +49,7 @@ echo "$CMSIS_SHASUM" ${DOWNLOAD_PATH} | sha512sum -c
tar -xf "${DOWNLOAD_PATH}" -C "${INSTALLATION_PATH}" --strip-components=1
touch "${INSTALLATION_PATH}"/"${CMSIS_SHA}".sha
-CMSIS_NN_TAG="v4.0.0"
+CMSIS_NN_TAG="v4.1.0"
CMSIS_NN_URL="https://github.com/ARM-software/CMSIS-NN.git"
git clone ${CMSIS_NN_URL} --branch ${CMSIS_NN_TAG} --single-branch
${INSTALLATION_PATH}/CMSIS-NN
echo "SUCCESS"