Skip to content

Commit

Permalink
Disable TBBBind in compiler and NPU plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwludzik committed Nov 17, 2023
1 parent ced4d61 commit 11cddf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/openvino_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ list(APPEND OPENVINO_CMAKE_FLAGS -DENABLE_SAMPLES=ON)
list(APPEND OPENVINO_CMAKE_FLAGS -DENABLE_PYTHON=OFF)
list(APPEND OPENVINO_CMAKE_FLAGS -DENABLE_WHEEL=OFF)
list(APPEND OPENVINO_CMAKE_FLAGS -DTHREADING=TBB)
list(APPEND OPENVINO_CMAKE_FLAGS -DENABLE_TBBBIND_2_5=OFF)
# OpenCV is required by single-image-test in vpux-plugin
list(APPEND OPENVINO_CMAKE_FLAGS -DENABLE_OPENCV=ON)

Expand Down
1 change: 1 addition & 0 deletions compiler/vpux_compiler_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DENABLE_TEMPLATE=OFF)
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DENABLE_TESTS=ON)
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DENABLE_WHEEL=OFF)
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DTHREADING=TBB)
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DENABLE_TBBBIND_2_5=OFF)
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DIE_EXTRA_MODULES=${VPUX_PLUGIN_SOURCE_DIR})
list(APPEND VPUX_COMPILER_CMAKE_FLAGS -DOUTPUT_ROOT=${VPUX_COMPILER_BINARY_DIR})

Expand Down

0 comments on commit 11cddf7

Please sign in to comment.