24b4d95f8e816e855f19479fccdfa40aaca34e30
[platform/core/ml/nnfw.git] / infra / nnfw / cmake / options / options_x86_64-tizen.cmake
1 #
2 # x86_64 linux cmake options
3 #
4 option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
5 option(BUILD_TENSORFLOW_LITE "Build TensorFlow Lite from the downloaded source" OFF)
6 option(DOWNLOAD_ARMCOMPUTE "Download ARM Compute source" OFF)
7 option(DOWNLOAD_GTEST "Download Google Test source and build Google Test" OFF)
8
9 option(BUILD_LOGGING "Build logging runtime" OFF)
10 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
11 option(ENVVAR_ONERT_CONFIG "Use environment variable for onert configuration" OFF)
12
13 option(BUILD_XNNPACK "Build XNNPACK" OFF)
14 option(DOWNLOAD_OPENCL_HEADERS "Download opencl headers" OFF)
15
16 option(BUILD_NPUD "Build NPU daemon" ON)
17 # Do not allow to use CONFIG option on Tizen
18 option(ENVVAR_NPUD_CONFIG "Use environment variable for npud configuration" OFF)