Update src/utils/csv_processor.py

Co-authored-by: Cole Ramos <colramos@amd.com>
Signed-off-by: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com>
Этот коммит содержится в:
JoseSantosAMD
2023-08-30 17:03:39 -05:00
коммит произвёл GitHub
родитель 256ada088d
Коммит 56e497fd62
+1 -1
Просмотреть файл
@@ -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
)
)