From b10c1e5aa3a6b7ffd0c5d75fd931548dd56b7a77 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 6 Feb 2020 13:45:18 -0600 Subject: [PATCH] adding kfdwrapper library path Change-Id: I2390d3ab1192e11cf9f53fc35859c1d05afaacd2 --- bin/rpl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 5da74f2860..51db8abd48 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -248,7 +248,7 @@ run() { fi if [ "$KFD_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":kfd" - export LD_PRELOAD="libkfdwrapper64.so libhsakmt.so.1 $LD_PRELOAD" + export LD_PRELOAD="$TT_DIR/lib/libkfdwrapper64.so libhsakmt.so.1 $LD_PRELOAD" fi if [ "$HIP_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":hip"