mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924844530
########## docker/Dockerfile.ci_cpu: ########## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/android-sdk-linux/ndk/21.3.6528147/ -# Install CMSIS_NN -COPY install/ubuntu_install_cmsis.sh /install/ubuntu_install_cmsis.sh -RUN bash /install/ubuntu_install_cmsis.sh /opt/arm/ethosu/cmsis -ENV CMSIS_PATH=/opt/arm/ethosu/cmsis/ - -# Arm(R) Ethos(TM)-U NPU driver -COPY install/ubuntu_install_ethosu_driver_stack.sh /install/ubuntu_install_ethosu_driver_stack.sh Review Comment: I can update this PR by adding `Arm(R) Ethos(TM)-U NPU driver` to the qemu, we merge this. Then we will update the qemu image and then send another PR to remove `test_ethosu` and move it to qemu. -- 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]
