mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: ulls controller sleep, windows
Request higher resolution for windows periodic timers for ulls controller sleep. Allows for controller thread to sleep with granularity of 1ms. Related-To: NEO-10800 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7269950cb1
commit
672cc0ebc7
@@ -357,7 +357,7 @@ target_compile_definitions(${OCLOC_NAME}_lib PUBLIC ${CLOC_LIB_LIB_FLAGS_DEFINIT
|
||||
target_compile_definitions(${OCLOC_NAME}_lib PUBLIC ${NEO__IGC_COMPILE_DEFINITIONS})
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(${OCLOC_NAME}_lib dbghelp)
|
||||
target_link_libraries(${OCLOC_NAME}_lib dbghelp winmm)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
|
||||
Reference in New Issue
Block a user