Removing HIP_API_PROF_STRING from the tracer_tool
The else part was not used as it was only using the hipApiString to format the data to string Change-Id: I376721c478cffba0890436ca8895dfe2a7641570
Este commit está contenido en:
cometido por
Ammar Elwazir
padre
046df32729
commit
5e012541c5
@@ -73,10 +73,8 @@ if ( ${LIBRARY_TYPE} STREQUAL STATIC )
|
||||
add_definitions ( -DSTATIC_BUILD=1 )
|
||||
endif()
|
||||
|
||||
if ( NOT DEFINED HIP_API_STRING )
|
||||
set ( HIP_API_STRING 1 )
|
||||
endif()
|
||||
add_definitions ( -DHIP_PROF_HIP_API_STRING=${HIP_API_STRING} )
|
||||
## Enable Hip API call to translate hip call args function
|
||||
add_definitions ( -DHIP_PROF_HIP_API_STRING=1 )
|
||||
|
||||
## Enable HIP_VDI mode
|
||||
add_definitions ( -D__HIP_ROCclr__=1 )
|
||||
|
||||
Referencia en una nueva incidencia
Block a user