lhutton1 commented on code in PR #13653:
URL: https://github.com/apache/tvm/pull/13653#discussion_r1068313668
##########
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:
Curious, why do we need to build both the 21.11 and 22.08 version?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]