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:
Dominik Dabek
2024-06-17 17:46:59 +00:00
committed by Compute-Runtime-Automation
parent 7269950cb1
commit 672cc0ebc7
13 changed files with 99 additions and 13 deletions

View File

@@ -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)