Force args for DB name to string #76
Signed-off-by: coleramos425 <colramos@amd.com>
[ROCm/rocprofiler-compute commit: ab5b34d899]
This commit is contained in:
@@ -142,7 +142,7 @@ def parse(args, profileAndExport):
|
||||
print("Unable to parse SoC or workload name from sysinfo.csv")
|
||||
sys.exit(1)
|
||||
|
||||
db = "omniperf_" + args.team + "_" + name + "_" + soc
|
||||
db = "omniperf_" + str(args.team) + "_" + str(name) + "_" + soc
|
||||
|
||||
if Extractionlvl >= 5:
|
||||
print("KernelName shortening disabled")
|
||||
|
||||
Reference in New Issue
Block a user