You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIND_NUM_PROCESSORS()
if ( ${PROCESSOR_COUNT} LESS "1" )
message(FATAL_ERROR "Num processors found is " ${PROCESSOR_COUNT})
endif ( ${PROCESSOR_COUNT} LESS "1" )
add_definitions( -DTARGET_NUM_CORES=${PROCESSOR_COUNT} )
When cross compiling wouldn't this take the PROCESSOR_COUNT rather than the target machine?
The text was updated successfully, but these errors were encountered:
balaji-ch
changed the title
Regarding FIND_NUM_PROCESSORS()
Regarding FIND_NUM_PROCESSORS() in OpenVX-sample-impl/cmake_utils/CMakeFuncs.txt
May 3, 2021
When cross compiling wouldn't this take the PROCESSOR_COUNT rather than the target machine?
The text was updated successfully, but these errors were encountered: