adding kfdwrapper library path

Change-Id: I2390d3ab1192e11cf9f53fc35859c1d05afaacd2
This commit is contained in:
Evgeny
2020-02-06 13:45:18 -06:00
parent 5615ade977
commit b10c1e5aa3
+1 -1
View File
@@ -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"