From 7f63d269b6e705c12e37239eded313d47ea04993 Mon Sep 17 00:00:00 2001 From: gobhardw Date: Thu, 7 Sep 2023 13:09:15 +0530 Subject: [PATCH] Fixing library path for roctx annotations Change-Id: If3d65cf1808d011ef85e11e6804021c50ecce65c [ROCm/rocprofiler commit: 5ec64f00a9fe5ac8aabe1918483500b873293373] --- projects/rocprofiler/bin/rpl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index 0f5b43c31a..9959a50b12 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -262,7 +262,7 @@ run() { MY_LD_PRELOAD="" if [ "$ROCTX_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":roctx" - MY_LD_PRELOAD="$TTLIB_PATH/libroctx64.so" + MY_LD_PRELOAD="$ROCM_LIB_PATH/libroctx64.so" fi if [ "$HIP_TRACE" = 1 ] ; then API_TRACE=${API_TRACE}":hip"