removing LD_PRELOAD for hip trace as the HIP library is now loading statically

Change-Id: I032c73feb9e8426f5b2cd5bd930e7160c3b07294


[ROCm/rocprofiler commit: 71eca27ffa]
Этот коммит содержится в:
Evgeny
2019-12-13 01:55:34 -06:00
родитель 0c09ac5429
Коммит bdf67e8dd6
-1
Просмотреть файл
@@ -243,7 +243,6 @@ run() {
fi
if [ "$HIP_TRACE" = 1 ] ; then
API_TRACE=${API_TRACE}":hip"
export LD_PRELOAD="libmcwamp_hsa.so $LD_PRELOAD"
fi
if [ "$SYS_TRACE" = 1 ] ; then
API_TRACE=${API_TRACE}":sys"