Update src/utils/csv_processor.py

Co-authored-by: Cole Ramos <colramos@amd.com>
Signed-off-by: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com>

[ROCm/rocprofiler-compute commit: 56e497fd62]
This commit is contained in:
JoseSantosAMD
2023-08-30 17:03:39 -05:00
committed by GitHub
parent d45834d7ac
commit fc1a0995f2
@@ -130,7 +130,7 @@ def kernel_name_shortener(workload_dir, level):
cpp_filt = os.path.join("/usr", "bin", "c++filt")
if not os.path.isfile(cpp_filt):
print(
"Error: Could not resolve llvm-cxxfilt in rocm install: {}".format(
"Error: Could not resolve c++filt in expected directory: {}".format(
cpp_filt
)
)