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
이 커밋은 다음에 포함됨:
Ammar ELWazir
2022-10-28 10:28:36 -05:00
부모 3b61d6bd8c
커밋 7e8df53c44
+1 -2
파일 보기
@@ -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`