From 7e8df53c447a3cee5fd5495fcfc10800fe70857e Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Fri, 28 Oct 2022 10:28:36 -0500 Subject: [PATCH] Fixing merge_traces.sh merge_traces.sh was depending on tblextr.py, and the location of tblextr.py changed from bin to libexec/rocprofiler Change-Id: I76f1a0f41ffcff26e6a1119dacfb8b2ebd56d17d --- bin/merge_traces.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/merge_traces.sh b/bin/merge_traces.sh index dd68b41923..839f7be258 100755 --- a/bin/merge_traces.sh +++ b/bin/merge_traces.sh @@ -24,8 +24,7 @@ #A script to merge rocprof traces and then provide a results.json for the aggregate numbers. -ROCPROF=`which rocprof` -BIN_DIR=$(dirname $(realpath ${ROCPROF:-/opt/rocm/bin/rocprof})) +BIN_DIR=$(dirname $(realpath ${BASH_SOURCE[0]})) bin_name=`basename $0`