SWDEV-262734: Fix for Numa policy bug
Change-Id: I4be62c1fc45a59d09aa043af1c998b9e308da604
[ROCm/clr commit: 673f483879]
Cette révision appartient à :
révisé par
Sarbojit Sarkar
Parent
6c80b85c95
révision
cd827fad4d
@@ -47,4 +47,12 @@ if(USE_COMGR_LIBRARY)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
find_library(LIBNUMA numa)
|
||||
if (LIBNUMA)
|
||||
target_compile_definitions(oclrocm PRIVATE ROCCLR_SUPPORT_NUMA_POLICY)
|
||||
message(STATUS "Found: ${LIBNUMA}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set_target_properties(oclrocm PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur