[rocprofv3] Fix ATT library path (#425)
Fix rocprofv3 `--att-library-path` option Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8f86aee2ca
Коммит
134ac2d9de
@@ -124,7 +124,7 @@ def check_att_capability(args):
|
||||
for root, dirs, files in os.walk(path, topdown=True):
|
||||
for itr in files:
|
||||
if lib_att_name in itr:
|
||||
args.att_library_path = itr.split(lib_att_name)[0]
|
||||
args.att_library_path = root
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Ссылка в новой задаче
Block a user