SWDEV-445072 - Disable rocprofiler register for static libs
Change-Id: I38f4cc31ea196156aad65ca743787b27c02823ac
[ROCm/clr commit: 7d901666b8]
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
60ba0874fa
Коммит
b8af347e8e
@@ -287,7 +287,7 @@ endif()
|
||||
|
||||
target_compile_definitions(amdhip64 PUBLIC USE_PROF_API=1)
|
||||
|
||||
if(WIN32)
|
||||
if(WIN32 OR NOT BUILD_SHARED_LIBS)
|
||||
# rocprofiler-register is not support on Windows
|
||||
set(HIP_ENABLE_ROCPROFILER_REGISTER OFF)
|
||||
else()
|
||||
|
||||
Ссылка в новой задаче
Block a user