From 8208e2b8b1d09d0e89394ae134eb61e390dfd93c Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Tue, 30 Apr 2024 09:44:14 +0100 Subject: MLCE-1271 Enable ACL build with OpenMP as default scheduler. Signed-off-by: Colm Donelan Change-Id: I7d1156812c8765ffccd1cc2cabd4f9450f14f676 --- cmake/GlobalConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake index feeaef1c60..687fd05400 100644 --- a/cmake/GlobalConfig.cmake +++ b/cmake/GlobalConfig.cmake @@ -46,7 +46,7 @@ option(BUILD_SHARED_LIBS "Determines if Armnn will be built statically or dynami This is an experimental feature and not fully supported. Only the ArmNN core and the Delegate can be built statically." ON) option(BUILD_ACL_OPENMP "If enabled statically link the OpenMP scheduler for ACL. - Note: ACL must already be built with openmp=1 cppthreads=0" OFF) + Note: ACL must already be built with openmp=1 cppthreads=0" ON) option(EXECUTE_NETWORK_STATIC " This is a limited experimental build that is entirely static. It currently only supports being set by changing the current CMake default options like so: BUILD_TF_LITE_PARSER=1/0 -- cgit v1.2.1