Skip to content

Commit

Permalink
revert processes
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Dec 2, 2024
1 parent c7f1bd6 commit eb00915
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/plugins/intel_cpu/thirdparty/ACLConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,7 @@ elseif(NOT TARGET arm_compute::arm_compute)
# Options
#

include(ProcessorCount)
ProcessorCount(NUM_PROC)
if(NOT NUM_PROC EQUAL 0)
set(ARM_COMPUTE_SCONS_JOBS ${NUM_PROC} CACHE STRING "Number of parallel threads to build ARM Compute Library")
else()
set(ARM_COMPUTE_SCONS_JOBS "8" CACHE STRING "Number of parallel threads to build ARM Compute Library")
endif()
set(ARM_COMPUTE_SCONS_JOBS "8" CACHE STRING "Number of parallel threads to build ARM Compute Library")

#
# Configure & build
Expand Down

0 comments on commit eb00915

Please sign in to comment.