Fixing library path for roctx annotations

Change-Id: If3d65cf1808d011ef85e11e6804021c50ecce65c


[ROCm/rocprofiler commit: 5ec64f00a9]
此提交包含在:
gobhardw
2023-09-07 13:09:15 +05:30
提交者 Gopesh Bhardwaj
父節點 2a0e835c4a
當前提交 7f63d269b6
+1 -1
查看文件
@@ -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"