You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/01/14 21:25:57 UTC

[tvm] 07/08: turn on ethosu build for qemu

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

andrewzhaoluo pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 2a8325f25414ce209563f6f635f8a81329aff7da
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Fri Jan 14 13:23:57 2022 -0800

    turn on ethosu build for qemu
---
 tests/scripts/task_config_build_qemu.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/scripts/task_config_build_qemu.sh b/tests/scripts/task_config_build_qemu.sh
index 816af7a..f2450e2 100755
--- a/tests/scripts/task_config_build_qemu.sh
+++ b/tests/scripts/task_config_build_qemu.sh
@@ -25,6 +25,7 @@ cp ../cmake/config.cmake .
 
 echo set\(USE_SORT ON\) >> config.cmake
 echo set\(USE_MICRO ON\) >> config.cmake
+echo set\(USE_ETHOSU ON\) >> config.cmake
 echo set\(USE_LLVM llvm-config-10\) >> config.cmake
 echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake
 echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake