Update src/utils/csv_processor.py
Co-authored-by: Cole Ramos <colramos@amd.com> Signed-off-by: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
256ada088d
Коммит
56e497fd62
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
Ссылка в новой задаче
Block a user