From 71eca27ffa1598bdfb636ee639d2bbb6b88f7d4e Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 13 Dec 2019 01:55:34 -0600 Subject: [PATCH] removing LD_PRELOAD for hip trace as the HIP library is now loading statically Change-Id: I032c73feb9e8426f5b2cd5bd930e7160c3b07294 --- bin/rpl_run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 19febd0ad1..ce492e812c 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -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"