SWDEV-391608: Changed AQL-ATT default location. Added ATT env-variable to Readme.

Change-Id: I6256c8d539284562c547ae5349a6b8c022fe2b88
This commit is contained in:
Giovanni LB
2023-04-24 13:55:06 -03:00
committed by Gopesh Bhardwaj
parent 40bfdcade0
commit 36108aac55
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ try: # For build dir
path_to_parser = os.path.abspath(rocprofv2_att_lib)
SO = CDLL(path_to_parser)
except: # For installed dir
path_to_parser = os.path.abspath('/opt/rocm/lib/hsa-amd-aqlprofile/librocprofv2_att.so')
path_to_parser = os.path.abspath('/usr/lib/hsa-amd-aqlprofile/librocprofv2_att.so')
SO = CDLL(path_to_parser)
SO.AnalyseBinary.restype = ReturnInfo