From 28e59eb0dac7f39c5aa32cc30cb119cf3cfdc3ac Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 10 Dec 2019 06:38:58 -0600 Subject: [PATCH] hcc library loading workaround Change-Id: I8b383f901235cfdfaba612a4effa4b9fcf12104d --- bin/rpl_run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 86383d1494..d84d86fde2 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -241,6 +241,7 @@ run() { fi if [ "$HIP_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":hip" + export LD_PRELOAD=libmcwamp_hsa.so fi if [ "$SYS_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":sys"