Fixing library path for roctx annotations
Change-Id: If3d65cf1808d011ef85e11e6804021c50ecce65c
This commit is contained in:
committed by
Gopesh Bhardwaj
orang tua
d4bb514493
melakukan
5ec64f00a9
+1
-1
@@ -262,7 +262,7 @@ run() {
|
|||||||
MY_LD_PRELOAD=""
|
MY_LD_PRELOAD=""
|
||||||
if [ "$ROCTX_TRACE" = 1 ] ; then
|
if [ "$ROCTX_TRACE" = 1 ] ; then
|
||||||
API_TRACE=${API_TRACE}":roctx"
|
API_TRACE=${API_TRACE}":roctx"
|
||||||
MY_LD_PRELOAD="$TTLIB_PATH/libroctx64.so"
|
MY_LD_PRELOAD="$ROCM_LIB_PATH/libroctx64.so"
|
||||||
fi
|
fi
|
||||||
if [ "$HIP_TRACE" = 1 ] ; then
|
if [ "$HIP_TRACE" = 1 ] ; then
|
||||||
API_TRACE=${API_TRACE}":hip"
|
API_TRACE=${API_TRACE}":hip"
|
||||||
|
|||||||
Reference in New Issue
Block a user