Skip to content

Commit

Permalink
ENABLE_INTEL_OPENMP ON
Browse files Browse the repository at this point in the history
  • Loading branch information
nshchego committed Nov 7, 2024
1 parent b8a3352 commit 05a36e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,11 @@ endif()
if(X86_64 AND (WIN32 OR LINUX))
# we have a precompiled version of Intel OMP only for this platforms
set(ENABLE_INTEL_OPENMP_DEFAULT ON)
# temporart override to OFF for testing purposes
set(ENABLE_INTEL_OPENMP_DEFAULT OFF)
else()
set(ENABLE_INTEL_OPENMP_DEFAULT OFF)
endif()

ov_dependent_option (ENABLE_INTEL_OPENMP "Enables usage of Intel OpenMP instead of default compiler one" ${ENABLE_INTEL_OPENMP_DEFAULT} "THREADING STREQUAL SEQ" OFF)
ov_dependent_option (ENABLE_INTEL_OPENMP "Enables usage of Intel OpenMP instead of default compiler one" ${ENABLE_INTEL_OPENMP_DEFAULT} "THREADING STREQUAL OMP" OFF)

if((THREADING STREQUAL "TBB" OR THREADING STREQUAL "TBB_AUTO") AND
(BUILD_SHARED_LIBS OR (LINUX AND X86_64)))
Expand Down

0 comments on commit 05a36e7

Please sign in to comment.