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`