You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2023/01/13 08:25:36 UTC

[GitHub] [tvm] Alexey-Yazev commented on a diff in pull request #13653: [microNPU] Prepare docker image to update drivers to version 22.08

Alexey-Yazev commented on code in PR #13653:
URL: https://github.com/apache/tvm/pull/13653#discussion_r1069075875


##########
docker/install/ubuntu_install_ethosu_driver_stack.sh:
##########
@@ -78,6 +78,17 @@ mkdir -p "${ethosu_dir}"
 cd "${ethosu_dir}"
 git clone --branch ${ethosu_driver_ver} "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver" core_driver
 git clone --branch ${ethosu_driver_ver} "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform" core_platform
+# Prepare docker image for driver updates
+git clone --branch 22.08 "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver" core_driver_22_08
+git clone --branch 22.08 "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform" core_platform_22_08

Review Comment:
   Version 21.11 is needed to pass tests because there were changes in version 22.08 that could not be checked without updating docker image. As I understand it, after accepting this PR, it will be possible to check PR https://github.com/apache/tvm/pull/13529.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org