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:
Ammar ELWazir
2022-04-25 21:05:30 +00:00
cometido por Ammar Elwazir
padre 046df32729
commit 5e012541c5
Se han modificado 4 ficheros con 2 adiciones y 41 borrados
+2 -4
Ver fichero
@@ -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 )