From 4d3a754d8685a7d6c3502336851e5e06e31ce493 Mon Sep 17 00:00:00 2001 From: Manupa Karunaratne Date: Thu, 30 Sep 2021 15:21:45 +0100 Subject: [PATCH] Add USE_ETHOSU for the config.cmake This commit adds the cmake variable to enable/disable building with Arm(R) Ethos(TM)-U NPU codegen support. Change-Id: I891a1cb0619dd24d749353fe7b156c45356d453f --- cmake/config.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/config.cmake b/cmake/config.cmake index 0ab498695fbf..0ed9dd221e32 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -228,6 +228,9 @@ set(USE_ETHOSN OFF) # otherwise use ETHOSN_HW (OFF) to use the software test infrastructure set(USE_ETHOSN_HW OFF) +# Whether to build with Arm(R) Ethos(TM)-U NPU codegen support +set(USE_ETHOSU OFF) + # Whether to build with TensorRT codegen or runtime # Examples are available here: docs/deploy/tensorrt.rst. #