[infra/onert] Disable XNNPack backend on Tizen
authorHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 10 Sep 2024 08:18:51 +0000 (17:18 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 10 Sep 2024 08:18:51 +0000 (17:18 +0900)
This commit disables XNNPack backend build on Tizen.

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/nnfw/cmake/options/options_aarch64-tizen.cmake
infra/nnfw/cmake/options/options_armv7hl-tizen.cmake
infra/nnfw/cmake/options/options_armv7l-tizen.cmake

index 07f77e3aaf2883e5611040025572aa3ad18e9f28..31f5d8adc71b16d25f44866a098dd1df38869a86 100644 (file)
@@ -11,5 +11,7 @@ option(BUILD_LOGGING "Build logging runtime" OFF)
 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
 option(ENVVAR_ONERT_CONFIG "Use environment variable for onert configuration" OFF)
 
+option(BUILD_XNNPACK "Build XNNPACK" OFF)
+
 # Tizen boost package does not have static library
 option(Boost_USE_STATIC_LIBS "Determine whether or not static linking for Boost" OFF)
index d7a8c6788f2d3d72214eec0e51133a1edc974904..1594fdbd549ae781f254122265db880c679423d2 100644 (file)
@@ -11,5 +11,7 @@ option(BUILD_LOGGING "Build logging runtime" OFF)
 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
 option(ENVVAR_ONERT_CONFIG "Use environment variable for onert configuration" OFF)
 
+option(BUILD_XNNPACK "Build XNNPACK" OFF)
+
 # Tizen boost package does not have static library
 option(Boost_USE_STATIC_LIBS "Determine whether or not static linking for Boost" OFF)
index cfbeac100f37f541c4ba5b498e605723b90fb475..b40858895929c6f1ee8f3558ec4857206840b059 100644 (file)
@@ -11,5 +11,7 @@ option(BUILD_LOGGING "Build logging runtime" OFF)
 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
 option(ENVVAR_ONERT_CONFIG "Use environment variable for onert configuration" OFF)
 
+option(BUILD_XNNPACK "Build XNNPACK" OFF)
+
 # Tizen boost package does not have static library
 option(Boost_USE_STATIC_LIBS "Determine whether or not static linking for Boost" OFF)